Skip to content

Commit 4be648c

Browse files
committed
chore: add missing script
1 parent 7cae55a commit 4be648c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"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'",
1313
"build": "npm run build --workspaces --if-present",
1414
"clean": "npm run clean --workspaces --if-present",
15+
"env": "node env.js",
1516
"lint": "xo",
1617
"lint:fix": "xo --fix",
1718
"format": "prettier --list-different --write ."

0 commit comments

Comments
 (0)