mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
Make Bulldozer Studio log less
This commit is contained in:
parent
00b582438e
commit
cb6c9024fe
@ -7,7 +7,7 @@
|
||||
"scripts": {
|
||||
"start": "tsx --expose-gc src/index.ts",
|
||||
"dev": "NODE_ENV=development tsx watch --clear-screen=false --expose-gc src/index.ts",
|
||||
"run-bulldozer-studio": "tsx watch --clear-screen=false scripts/run-bulldozer-studio.ts",
|
||||
"run-bulldozer-studio": "NODE_ENV=development tsx watch --clear-screen=false scripts/run-bulldozer-studio.ts",
|
||||
"profile:performance": "tsx scripts/profile-bulldozer-performance.ts",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest watch",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user