From ca9bb06b23b1da877438458b9194e68a90a70668 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 22 Apr 2026 01:12:24 -0700 Subject: [PATCH] =?UTF-8?q?[eric]=209router:=20switch=20production=20build?= =?UTF-8?q?=20from=20webpack=20to=20turbopack=20=E2=80=94=20webpack's=20gl?= =?UTF-8?q?ob=20scan=20walks=20into=20runneradmin's=20Application=20Data?= =?UTF-8?q?=20junction=20(XP-era=20loop)=20on=20=20=20GitHub=20Actions=20W?= =?UTF-8?q?indows=20runners=20and=20EPERM=20cascades=20into=20FlightClient?= =?UTF-8?q?EntryPlugin=20TypeError.=20Turbopack=20is=20Next=2016's=20nativ?= =?UTF-8?q?e=20bundler=20with=20no=20user-profile=20scan;=20produces=20sam?= =?UTF-8?q?e=20=20=20standalone=20output=20for=20electron-builder=20packag?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 9router/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9router/package.json b/9router/package.json index 0c86d03f..ea7e2340 100644 --- a/9router/package.json +++ b/9router/package.json @@ -5,7 +5,7 @@ "private": true, "scripts": { "dev": "next dev --webpack --port 20128", - "build": "cross-env NODE_ENV=production next build --webpack", + "build": "cross-env NODE_ENV=production next build --turbopack", "start": "cross-env NODE_ENV=production next start", "dev:bun": "bun --bun next dev --webpack --port 20128", "build:bun": "cross-env NODE_ENV=production bun --bun next build --webpack",