mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
0b6faab89d
* fix(cache): isolate draft route handler responses * fix(cache): enforce draft policy on route errors * fix(cache): privatize draft mode transitions * fix(cache): respect live draft transitions * fix(cache): discard route cookies on failed handlers * Reviewed PR #2591: solid fix, no blocks Co-authored-by: james-elicx <james-elicx@users.noreply.github.com> * test(cloudflare): use public CDN adapter export * fix(ci): align Cloudflare fixture lock entry --------- Co-authored-by: ask-bonk[bot] <ask-bonk[bot]@users.noreply.github.com> Co-authored-by: james-elicx <james-elicx@users.noreply.github.com>
21 lines
496 B
JSON
21 lines
496 B
JSON
{
|
|
"name": "vinext-cf-app-basic",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@cloudflare/vite-plugin": "catalog:",
|
|
"@vinext/cloudflare": "workspace:*",
|
|
"@vitejs/plugin-react": "catalog:",
|
|
"@vitejs/plugin-rsc": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-server-dom-webpack": "catalog:",
|
|
"vinext": "workspace:*",
|
|
"vite": "catalog:",
|
|
"wrangler": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"vite-plus": "catalog:"
|
|
}
|
|
}
|