Slight restructure, updated auth, implement player and game endpoints

This commit is contained in:
jd
2026-02-18 21:32:28 +00:00
parent 99c7bdc0fd
commit 2996a2eb95
32 changed files with 2093 additions and 266 deletions

12
.prettierrc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"tabWidth": 4,
"trailingComma": "all",
"printWidth": 120,
"arrowParens": "always",
"semi": true,
"singleQuote": true,
"quoteProps": "consistent",
"bracketSpacing": true,
"vueIndentScriptAndStyle": false,
"singleAttributePerLine": true
}