Skip to content

Commit d6ece7e

Browse files
committed
chore: fix output
1 parent f518ea9 commit d6ece7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"start": "run-on-output -n 'ready' -p 'burger.*lock,agent.*lock' concurrently \"npm:start:*\" --raw --kill-others",
7+
"start": "run-on-output -n 'ready' -p 'burger.*lock,agent.*lock' concurrently \"npm:start:*\" --kill-others",
88
"start:burger": "npm run start --workspace=burger-webapp",
99
"start:mcp": "npm run start --workspace=burger-mcp",
1010
"start:agent": "npm run start --workspace=agent-webapp",

0 commit comments

Comments
 (0)