Extend and fix session management, /me API

This commit is contained in:
2024-08-11 22:54:53 +02:00
parent a0a6681ae0
commit 1a60ecb48a
9 changed files with 287 additions and 35 deletions

View File

@@ -3,6 +3,10 @@
"license": "UNLICENSED",
"private": true,
"type": "module",
"scripts": {
"start:backend": "bun run packages/backend/src/index.ts",
"start:frontend": "pnpm --filter frontend exec vite --open"
},
"devDependencies": {
"typescript": "catalog:"
}