Skip to content

Commit 79ac86e

Browse files
committed
chore: fix scripts
1 parent 5e45fc1 commit 79ac86e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"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",
10-
"start:agent": "npm run dev --workspace=agent-webapp",
10+
"start:agent": "npm run start --workspace=agent-webapp",
1111
"ready": "echo '\n🚀 All services ready 🚀\n\n- Agent webapp : http://localhost:4280\n- Burger webapp : http://localhost:5173\n- Burger MCP : http://localhost:3000/mcp\n'",
1212
"build": "npm run build --workspaces --if-present",
1313
"clean": "npm run clean --workspaces --if-present",

packages/burger-webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"type": "module",
77
"scripts": {
8-
"start": "concurrently npm:serve:* --raw --kill-others",
8+
"start": "concurrently npm:serve:api npm:serve:webapp --raw --kill-others",
99
"start:mock": "concurrently npm:serve:mocks npm:serve:webapp --raw --kill-others",
1010
"serve:api": "cd ../burger-api && npm start",
1111
"serve:mocks": "smoke -p 7071 -h 127.0.0.1 mocks",

0 commit comments

Comments
 (0)