feat: add dev:cpu and dev:server:cpu npm scripts

This commit is contained in:
2026-04-28 14:20:17 +01:00
parent 55937308b3
commit 64cf431c2a
+2
View File
@@ -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"
},