add admin login

This commit is contained in:
2023-08-27 23:33:22 +02:00
parent 7392b61e3e
commit 4b84c475b8
16 changed files with 377 additions and 44 deletions

View File

@ -8,7 +8,10 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "es2017"
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//