no turbopack
Some checks failed
Build and Push Docker Image / build (push) Failing after 10s

This commit is contained in:
2025-12-11 22:45:06 +01:00
parent f45e52ffff
commit 194e0a8a28

View File

@@ -7,7 +7,7 @@
"dev:debug": "LOG_LEVEL=debug npm run dev",
"dev:agent": "cd agent && npx @langchain/langgraph-cli dev --port 8123 --no-browser",
"dev:ui": "next dev --turbopack -H 127.0.0.1",
"build": "next build",
"build": "next build --webpack",
"start": "next start -H 127.0.0.1",
"lint": "eslint .",
"install:agent": "sh ./scripts/setup-agent.sh || scripts\\setup-agent.bat",