Skip to content

Commit 1b22d2c

Browse files
authored
fix(devcontainer): use bunx for concurrently command (#2723)
1 parent 26dff7c commit 1b22d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev": "next dev --port 3000",
1212
"dev:webpack": "next dev --webpack",
1313
"dev:sockets": "bun run socket/index.ts",
14-
"dev:full": "concurrently -n \"App,Realtime\" -c \"cyan,magenta\" \"bun run dev\" \"bun run dev:sockets\"",
14+
"dev:full": "bunx concurrently -n \"App,Realtime\" -c \"cyan,magenta\" \"bun run dev\" \"bun run dev:sockets\"",
1515
"build": "next build",
1616
"start": "next start",
1717
"prepare": "cd ../.. && bun husky",

0 commit comments

Comments
 (0)