From 374e271ac543adf34e2b5ae2857477a58076c3a6 Mon Sep 17 00:00:00 2001 From: na-trium-144 <100704180+na-trium-144@users.noreply.github.com> Date: Sat, 25 Oct 2025 17:03:50 +0900 Subject: [PATCH] =?UTF-8?q?turbopack=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b36aac4..d68b010 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "npm run cf-typegen && next dev --turbopack", + "dev": "npm run cf-typegen && next dev", "build": "npm run cf-typegen && next build", "start": "next start", "lint": "npm run cf-typegen && next lint",