fix: auth guard

This commit is contained in:
eneller
2026-04-11 01:40:37 +02:00
parent 38dedfc829
commit d4241aaaa0
3 changed files with 8 additions and 5 deletions

View File

@@ -9,7 +9,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"server": "npm run dev --workspace=server",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
"dev": "concurrently \"npm run server\" \"npm run client\"",
"teardown": "npm run teardown --workspace=server"
},
"workspaces": [
"client",