fix: disable turbopack for now (#38617)

This commit is contained in:
Kevin Grüneberg
2025-09-11 13:06:06 +08:00
committed by GitHub
parent 145dee8d20
commit b78f56d5c1

View File

@@ -5,7 +5,7 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev --turbopack -p 8082",
"build": "next build --turbopack && ./../../scripts/upload-static-assets.sh",
"build": "next build && ./../../scripts/upload-static-assets.sh",
"start": "next start",
"lint": "next lint",
"clean": "rimraf node_modules tsconfig.tsbuildinfo .next .turbo",