chore: add command pnpm dev:ac for faster api proxy mode

This commit is contained in:
tzhangchi
2022-12-27 23:39:42 +08:00
committed by DarkSky
parent fd9efca91c
commit 18c4d135bd
3 changed files with 18 additions and 6 deletions
+1
View File
@@ -6,6 +6,7 @@
"license": "MPL-2.0",
"scripts": {
"dev": "pnpm --filter=!@pathfinder/app build && pnpm --filter @pathfinder/app dev",
"dev:ac": "pnpm --filter=!@pathfinder/app build && pnpm --filter @pathfinder/app dev:ac",
"build": " pnpm --filter=!@pathfinder/app build && pnpm --filter!=@pathfinder/data-services -r build",
"export": "pnpm --filter @pathfinder/app export",
"start": "pnpm --filter @pathfinder/app start",