Skip to content

meta: enable turbopack on static mode #8000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cloudflare:deploy": "wrangler deploy",
"cloudflare:preview": "wrangler dev",
"predeploy": "node --run build:blog-data",
"deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build:default",
"deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build:default -- --turbo",
"predev": "node --run build:blog-data",
"dev": "cross-env NODE_NO_WARNINGS=1 next dev --turbo",
"lint": "turbo run lint:md lint:js lint:css",
Expand Down Expand Up @@ -57,7 +57,7 @@
"feed": "~5.1.0",
"github-slugger": "~2.0.0",
"gray-matter": "~4.0.3",
"next": "15.3.4",
"next": "15.4.3",
"next-intl": "~4.3.4",
"next-themes": "~0.4.6",
"postcss-calc": "~10.1.1",
Expand All @@ -83,7 +83,7 @@
"@playwright/test": "^1.53.2",
"@testing-library/user-event": "~14.6.1",
"@types/semver": "~7.7.0",
"eslint-config-next": "15.3.5",
"eslint-config-next": "15.4.3",
"eslint-import-resolver-typescript": "~4.4.4",
"eslint-plugin-mdx": "~3.6.0",
"eslint-plugin-react": "~7.37.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.13"
},
"packageManager": "pnpm@10.11.1",
"packageManager": "pnpm@10.13.1",
"devEngines": {
"runtime": {
"name": "node",
Expand All @@ -57,7 +57,7 @@
},
"packageManager": {
"name": "pnpm",
"version": "10.11.1",
"version": "10.13.1",
"onFail": "error"
}
}
Expand Down
Loading
Loading