File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments