Skip to content

Commit b0c9f6d

Browse files
committed
meta: enable turbopack on static mode
1 parent 42d64f0 commit b0c9f6d

File tree

2 files changed

+180
-176
lines changed

2 files changed

+180
-176
lines changed

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cloudflare:deploy": "wrangler deploy",
1212
"cloudflare:preview": "wrangler dev",
1313
"predeploy": "node --run build:blog-data",
14-
"deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build:default",
14+
"deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build:default -- --turbo",
1515
"predev": "node --run build:blog-data",
1616
"dev": "cross-env NODE_NO_WARNINGS=1 next dev --turbo",
1717
"lint": "turbo run lint:md lint:js lint:css",
@@ -57,7 +57,7 @@
5757
"feed": "~5.1.0",
5858
"github-slugger": "~2.0.0",
5959
"gray-matter": "~4.0.3",
60-
"next": "15.3.4",
60+
"next": "15.4.2",
6161
"next-intl": "~4.3.4",
6262
"next-themes": "~0.4.6",
6363
"postcss-calc": "~10.1.1",
@@ -83,7 +83,7 @@
8383
"@playwright/test": "^1.53.2",
8484
"@testing-library/user-event": "~14.6.1",
8585
"@types/semver": "~7.7.0",
86-
"eslint-config-next": "15.3.5",
86+
"eslint-config-next": "15.4.2",
8787
"eslint-import-resolver-typescript": "~4.4.4",
8888
"eslint-plugin-mdx": "~3.6.0",
8989
"eslint-plugin-react": "~7.37.4",

0 commit comments

Comments
 (0)