Skip to content

Commit 84fdc58

Browse files
committed
meta: enable turbopack on static mode
1 parent edacebc commit 84fdc58

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",
@@ -58,7 +58,7 @@
5858
"github-slugger": "~2.0.0",
5959
"glob": "~11.0.1",
6060
"gray-matter": "~4.0.3",
61-
"next": "15.3.4",
61+
"next": "15.4.2",
6262
"next-intl": "~4.3.4",
6363
"next-themes": "~0.4.6",
6464
"postcss-calc": "~10.1.1",
@@ -84,7 +84,7 @@
8484
"@playwright/test": "^1.53.2",
8585
"@testing-library/user-event": "~14.6.1",
8686
"@types/semver": "~7.7.0",
87-
"eslint-config-next": "15.3.5",
87+
"eslint-config-next": "15.4.2",
8888
"eslint-import-resolver-typescript": "~4.4.4",
8989
"eslint-plugin-mdx": "~3.6.0",
9090
"eslint-plugin-react": "~7.37.4",

0 commit comments

Comments
 (0)