fix: auth guard
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user