fix: remove bull-board from all scripts to prevent crashing
This commit is contained in:
parent
1ff71ab241
commit
3bc72720d1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user