You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"start": "concurrently \"npm:start:*\" --kill-others --ready=\"server running|started\" --success-command=\"echo '🚀 Tous les services sont démarrés et prêts!'\"",
8
+
"start:burger": "npm run start --workspace=burger-webapp",
9
+
"start:mcp": "npm run start --workspace=burger-mcp",
10
+
"start:agent": "npm run dev --workspace=agent-webapp",
11
+
"ready": "",
10
12
"build": "npm run build --workspaces --if-present",
11
-
"build:webapp": "npm run build --workspace=webapp",
12
-
"build:api": "npm run build --workspace=api",
13
13
"clean": "npm run clean --workspaces --if-present",
0 commit comments