make everything pretty & try to fix authentik

This commit is contained in:
2025-01-15 20:07:04 -06:00
parent 7d637b7401
commit ed4d51400c
61 changed files with 3110 additions and 3375 deletions

5
.prettierrc Normal file
View File

@ -0,0 +1,5 @@
{
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all"
}