Fully set up username/password auth

This commit is contained in:
Chad Freeman 2024-08-17 14:07:09 -04:00
parent bcdad3442c
commit aeba55b315
13 changed files with 194 additions and 59 deletions

View file

@ -2,6 +2,7 @@
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"semi": false,
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [