mirror of
https://github.com/JezzWTF/vibepod.git
synced 2026-06-01 15:22:14 +00:00
feat: add dev:cpu and dev:server:cpu npm scripts
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "bash dev.sh",
|
||||
"dev:cpu": "bash dev.sh --cpu",
|
||||
"dev:server": "bash server/start.sh",
|
||||
"dev:server:cpu": "bash server/start.sh --cpu",
|
||||
"dev:web": "pnpm --filter vibepod-web dev",
|
||||
"build": "pnpm --filter vibepod-web build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user