Make Bulldozer Studio log less

This commit is contained in:
Konstantin Wohlwend 2026-07-10 11:02:18 -07:00
parent 00b582438e
commit cb6c9024fe

View File

@ -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",