We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175b970 commit 87c4a6bCopy full SHA for 87c4a6b
package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"type": "module",
6
"scripts": {
7
- "start": "run-on-output -n 'ready' -p 'burger.*lock,agent.*lock' concurrently \"npm:start:*\" --kill-others",
+ "start": "run-on-output -n 'ready' -p 'burger.*lock,agent.*lock' concurrently \"npm:start:*\" --raw --kill-others",
8
"start:burger": "npm run start --workspace=burger-webapp",
9
"start:mcp": "npm run start --workspace=burger-mcp",
10
"start:agent": "npm run start --workspace=agent-webapp",
0 commit comments