From fa25d3da8908615f3a2348d60b21e9d6ca579c2c Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Sat, 3 May 2025 13:57:07 +0000 Subject: [PATCH] hmm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc6f5c1..a90fa47 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev --turbopack", - "build": "next build", + "build": "next build --turbopack", "start": "next start", "lint": "next lint", "format": "prettier -w './**/*.{tsx,ts}'"