mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-07 15:15:49 +08:00
odl
This commit is contained in:
parent
f9a9f806ec
commit
d534bb5ae7
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
"install-all": "sh ./bin/install.sh",
|
||||
"install-windows": ".\\bin\\install.cmd",
|
||||
"docker": "cd backend && docker compose up",
|
||||
"dev": "concurrently --kill-others \"wait-for-localhost 5005 --status-codes 200,503 && npm run dev-fe\" \"npm run dev-be\"",
|
||||
"dev": "turbo run dev",
|
||||
"olddev": "concurrently --kill-others \"wait-for-localhost 5005 --status-codes 200,503 && npm run dev-fe\" \"npm run dev-be\"",
|
||||
"dev-be": "cd backend && npm run dev",
|
||||
"dev-fe": "cd frontend && npm run dev",
|
||||
"live": "concurrently --kill-others \"cd frontend && npm run live\" \"cd backend && npm run start\"",
|
||||
|
|
Loading…
Add table
Reference in a new issue