fix: incorrect command in deno task

This commit is contained in:
alikia2x (寒寒) 2025-02-09 03:02:14 +08:00
parent ef5d9970fa
commit 0f64bf5895
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6

View File

@ -13,7 +13,7 @@
"worker": "deno run --allow-env --allow-read --allow-ffi --allow-net worker.ts",
"adder": "deno run --allow-env --allow-read --allow-ffi --allow-net jobAdder.ts",
"bullui": "deno run --allow-read --allow-env --allow-ffi --allow-net bullui.ts",
"all": "deno task start worker adder bullui"
"all": "concurrently 'deno task start' 'deno task worker' 'deno task adder' 'deno task bullui'"
},
"lint": {
"rules": {