Removed turbopack for build

This commit is contained in:
2025-09-02 19:31:34 +02:00
parent a76375897b
commit 15fee65962

View File

@@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev --turbopack", "dev": "next dev --turbopack",
"build": "next build --turbopack", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"fmt": "dprint fmt src/**/*.ts src/**/*.tsx" "fmt": "dprint fmt src/**/*.ts src/**/*.tsx"