build for prod

This commit is contained in:
2025-12-11 19:14:13 +01:00
parent dfaa23d56d
commit 43420e0b28
5 changed files with 85 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"start": "next start -H 127.0.0.1",
"lint": "eslint .",
"install:agent": "sh ./scripts/setup-agent.sh || scripts\\setup-agent.bat",
"postinstall": "npm run install:agent"
"postinstall": "if [ -z \"$SKIP_AGENT_INSTALL\" ]; then npm run install:agent; fi"
},
"dependencies": {
"@ag-ui/client": "^0.0.42",