chore(scripts): enable run log in dev:local script
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9189883710
commit
9c02ac7b91
1 changed files with 2 additions and 2 deletions
|
|
@ -49,6 +49,6 @@ exec pnpm concurrently \
|
|||
"pnpm --filter @multica/types dev" \
|
||||
"pnpm --filter @multica/utils dev" \
|
||||
"pnpm --filter @multica/core dev" \
|
||||
"PORT=4000 pnpm --filter @multica/gateway dev" \
|
||||
"PORT=4000 MULTICA_RUN_LOG=1 pnpm --filter @multica/gateway dev" \
|
||||
"pnpm --filter @multica/web dev" \
|
||||
"GATEWAY_URL=http://localhost:4000 MAIN_VITE_WEB_URL=http://localhost:3000 pnpm --filter @multica/desktop dev"
|
||||
"GATEWAY_URL=http://localhost:4000 MAIN_VITE_WEB_URL=http://localhost:3000 MULTICA_RUN_LOG=1 pnpm --filter @multica/desktop dev"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue