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 7cae55a commit 4be648cCopy full SHA for 4be648c
package.json
@@ -12,6 +12,7 @@
12
"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'",
13
"build": "npm run build --workspaces --if-present",
14
"clean": "npm run clean --workspaces --if-present",
15
+ "env": "node env.js",
16
"lint": "xo",
17
"lint:fix": "xo --fix",
18
"format": "prettier --list-different --write ."
0 commit comments