You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Next.js in autoconfig and also delegate to open-next for wrangler deploy runs executed in open-next projects (#11301)
* Support Next.js in autoconfig
* Update packages/wrangler/src/autoconfig/frameworks/next.ts
Co-authored-by: Somhairle MacLeòid <smacleod@cloudflare.com>
* update `AutoConfigFrameworkConfigurationError` class to extend `UserError`
* add WORKER_SELF_REFERENCE service config
* delegate deploy to open-next for open-next projects
* move next to the right framework position
* move scripts to `packageJsonScriptsOverrides`
* fix packageJsonScriptsOverrides not being passed to buildOperationsSummary
* add OpenNext to changesets
* improve jsdoc comment for `maybeDelegateToOpenNextDeployCommand`
* update OpenNext log
* test whole `std` with single `toMatchInlineSnapshot`
* rename probeForNextConfigPath to findNextConfigPath
* Update packages/wrangler/src/deploy/open-next.ts
Co-authored-by: Somhairle MacLeòid <smacleod@cloudflare.com>
* move `OPEN_NEXT_DEPLOY` to `misc-variables`
* move openNext delegation after autoconfig logic
* simplify comment
---------
Co-authored-by: Somhairle MacLeòid <smacleod@cloudflare.com>
0 commit comments