feat: use turbopack for prod builds (#11335)

This commit is contained in:
Almeida
2025-12-08 00:17:16 +00:00
committed by GitHub
parent 5e6bd4b3d7
commit 8d33188ac1
2 changed files with 12 additions and 78 deletions

View File

@@ -10,7 +10,7 @@
"build:local": "cross-env NEXT_PUBLIC_LOCAL_DEV=true pnpm run build:prod",
"build:prod": "pnpm run build:next",
"build:next": "next build",
"build": "next build --webpack",
"build": "next build",
"preview": "next start",
"preview:cf": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy:cf": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
@@ -56,7 +56,7 @@
"fumadocs-core": "^16.2.3",
"fumadocs-mdx": "^14.1.0",
"fumadocs-twoslash": "^3.1.10",
"fumadocs-ui": "16.1.0",
"fumadocs-ui": "^16.2.3",
"geist": "^1.5.1",
"immer": "^10.2.0",
"jotai": "^2.15.2",