|
7 | 7 | "build:blog-data": "cross-env NODE_NO_WARNINGS=1 node ./scripts/blog-data/generate.mjs",
|
8 | 8 | "build:blog-data:watch": "node --watch --watch-path=pages/en/blog ./scripts/blog-data/generate.mjs",
|
9 | 9 | "build:default": "cross-env NODE_NO_WARNINGS=1 next build",
|
10 |
| - "cloudflare:build:worker": "opennextjs-cloudflare build", |
11 |
| - "cloudflare:deploy": "wrangler deploy", |
| 10 | + "cloudflare:build:worker": "OPEN_NEXT_CLOUDFLARE=true opennextjs-cloudflare build", |
| 11 | + "cloudflare:deploy": "opennextjs-cloudflare deploy", |
12 | 12 | "cloudflare:preview": "wrangler dev",
|
13 | 13 | "predeploy": "node --run build:blog-data",
|
14 | 14 | "deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build:default -- --turbo",
|
|
79 | 79 | "@eslint/eslintrc": "~3.3.1",
|
80 | 80 | "@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.0",
|
81 | 81 | "@next/eslint-plugin-next": "15.3.4",
|
82 |
| - "@opennextjs/cloudflare": "^1.3.0", |
| 82 | + "@opennextjs/cloudflare": "^1.6.0", |
83 | 83 | "@playwright/test": "^1.53.2",
|
84 | 84 | "@testing-library/user-event": "~14.6.1",
|
85 | 85 | "@types/semver": "~7.7.0",
|
|
110 | 110 | "typescript": "catalog:",
|
111 | 111 | "typescript-eslint": "~8.35.1",
|
112 | 112 | "user-agent-data-types": "0.4.2",
|
113 |
| - "wrangler": "^4.22.0" |
| 113 | + "wrangler": "^4.25.1" |
114 | 114 | },
|
115 | 115 | "imports": {
|
116 | 116 | "#site/*": [
|
|
0 commit comments