added login with pages and database, also correct errors in score submit

This commit is contained in:
2026-06-22 13:36:34 +01:00
parent 192564fb79
commit fbc181c890
42 changed files with 31351 additions and 1599 deletions

View File

@@ -5,14 +5,22 @@
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"types": ["bun"],
"types": ["bun", "node"],
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
}
},
"include": [
"src/**/*.js",
"src/**/*.ts",
"src/**/*.svelte",
"scripts/**/*.ts"
]
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
//