Merge pull request #176 from multica-ai/forrestchang/dev-local-run-log
chore(scripts): enable run log in dev:local script
This commit is contained in:
commit
badcaa4a41
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