mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
feat: use turbopack for prod builds (#11335)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user