feat: expose gc on bs start

this should allow gc() calls to clean up
This commit is contained in:
nams1570 2026-07-03 10:07:05 -07:00
parent 121793595d
commit f9b457e062

View File

@ -5,8 +5,8 @@
"private": true,
"type": "module",
"scripts": {
"start": "tsx src/index.ts",
"dev": "tsx watch --clear-screen=false src/index.ts",
"start": "tsx --expose-gc src/index.ts",
"dev": "tsx watch --clear-screen=false --expose-gc src/index.ts",
"run-bulldozer-studio": "tsx watch --clear-screen=false scripts/run-bulldozer-studio.ts",
"profile:performance": "tsx scripts/profile-bulldozer-performance.ts",
"test": "vitest run",