From 194e0a8a28329e212bde43cdd9b7bb4f72e04f81 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Thu, 11 Dec 2025 22:45:06 +0100 Subject: [PATCH] no turbopack --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 897e3a0..9fa877f 100644 --- a/web/package.json +++ b/web/package.json @@ -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",