This commit is contained in:
parent
f404f7c99b
commit
c2cf89f1d2
5
main.ts
5
main.ts
|
|
@ -41,10 +41,7 @@ try {
|
|||
const isDev = process.env.NODE_ENV !== "production"
|
||||
const noElide = isDev ? "--elide-lines=0" : ""
|
||||
|
||||
procs = await Promise.all([
|
||||
run(["bun", "run", noElide, "--filter=@workshop/http", "start"]),
|
||||
run(["bun", "run", noElide, "--filter=@workshop/spike", "bot:discord"]),
|
||||
])
|
||||
procs = await Promise.all([run(["bun", "run", noElide, "--filter=@workshop/http", "start"])])
|
||||
console.log("✅ All processes completed successfully")
|
||||
} catch (error) {
|
||||
console.error("❌ One or more processes failed:", error)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user