Skip to content
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
2,750 changes: 0 additions & 2,750 deletions apps/platform/bun.lock

This file was deleted.

10 changes: 2 additions & 8 deletions apps/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "next dev",
"prebuild": "node scripts/generate-registry.mjs",
"build": "next build",
"build:cloudflare": "opennextjs-cloudflare build",
"build:cloudflare": "NEXT_PRIVATE_TURBOPACK=0 opennextjs-cloudflare build",
"postbuild": "node scripts/ensure-pages-manifest.mjs",
"preview": "pnpm run build:cloudflare && opennextjs-cloudflare preview",
"deploy": "pnpm run build:cloudflare && opennextjs-cloudflare deploy",
Expand Down Expand Up @@ -42,7 +42,7 @@
"zod": "^4.3.6"
},
"devDependencies": {
"@opennextjs/cloudflare": "^1.17.3",
"@opennextjs/cloudflare": "^1.18.0",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^20.19.37",
"@types/react": "19.2.14",
Expand All @@ -54,11 +54,5 @@
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"wrangler": "^4.77.0"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}
}
1 change: 1 addition & 0 deletions apps/platform/scripts/ensure-pages-manifest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ copyIfPresent(buildIdSrc, buildIdDst);
"pages-manifest.json",
"next-font-manifest.json",
"server-reference-manifest.json",
"prefetch-hints.json",
].forEach((file) => {
copyIfPresent(path.join(dotNextDir, "server", file), path.join(standaloneServerDir, file));
});
Expand Down
2 changes: 1 addition & 1 deletion apps/platform/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/wrangler/config-schema.json",
"name": "rn",
"main": ".open-next/worker.js",
"compatibility_date": "2026-03-19",
"compatibility_date": "2024-11-01",
"compatibility_flags": ["nodejs_compat"],
"assets": {
"binding": "ASSETS",
Expand Down
2 changes: 1 addition & 1 deletion apps/platform/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "rn"
main = ".open-next/worker.js"
compatibility_date = "2026-03-19"
compatibility_date = "2024-11-01"
compatibility_flags = ["nodejs_compat"]

[vars]
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"typescript": "^5.3.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
},
"peerDependencyRules": {
"ignoreMissing": [
"@babel/*",
Expand Down
2,315 changes: 1,153 additions & 1,162 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading