feat: hash passwords

This commit is contained in:
eneller
2026-07-23 11:23:53 +02:00
parent ceab2dee0a
commit a3158894c8
6 changed files with 65 additions and 10 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",