We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26dff7c commit 1b22d2cCopy full SHA for 1b22d2c
1 file changed
apps/sim/package.json
@@ -11,7 +11,7 @@
11
"dev": "next dev --port 3000",
12
"dev:webpack": "next dev --webpack",
13
"dev:sockets": "bun run socket/index.ts",
14
- "dev:full": "concurrently -n \"App,Realtime\" -c \"cyan,magenta\" \"bun run dev\" \"bun run dev:sockets\"",
+ "dev:full": "bunx concurrently -n \"App,Realtime\" -c \"cyan,magenta\" \"bun run dev\" \"bun run dev:sockets\"",
15
"build": "next build",
16
"start": "next start",
17
"prepare": "cd ../.. && bun husky",
0 commit comments