fix: remove bull-board from all scripts to prevent crashing

This commit is contained in:
alikia2x (寒寒) 2025-05-27 22:35:44 +08:00
parent 1ff71ab241
commit 3bc72720d1
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6

View File

@ -7,7 +7,7 @@
"worker:filter": "bun run ./build/filterWorker.js",
"adder": "bun run ./src/jobAdder.ts",
"bullui": "bun run ./src/bullui.ts",
"all": "bun run concurrently --restart-tries -1 'bun run worker:main' 'bun run adder' 'bun run bullui' 'bun run worker:filter'"
"all": "bun run concurrently --restart-tries -1 'bun run worker:main' 'bun run adder' 'bun run worker:filter'"
},
"devDependencies": {
"concurrently": "^9.1.2"