The maintainers are working on V3 of OpenNext; this is currently in the release candidate phase.
V3 introduces the ability to split the server function into multiple functions, external middleware, additional configuration around edge functions and more.
More information can be found at: https://open-next.js.org/v3
Describe the solution you'd like
TBD. Where possible, the changes should be backwards compatible.
Additional context
It appears RC2 is feature complete, so it can be used to build the functionality.
To prevent duplication, it might be worth investigating whether the open-next.config.ts file (or a generated equivalent) can be read/ used to generate the desired infrastructure. This could be extended to include optionally controlling the building of the website (via open next cli).
Is your feature request related to a problem
The maintainers are working on V3 of OpenNext; this is currently in the release candidate phase. V3 introduces the ability to split the server function into multiple functions, external middleware, additional configuration around edge functions and more. More information can be found at: https://open-next.js.org/v3
Describe the solution you'd like
TBD. Where possible, the changes should be backwards compatible.
Additional context
It appears RC2 is feature complete, so it can be used to build the functionality.
To prevent duplication, it might be worth investigating whether the open-next.config.ts file (or a generated equivalent) can be read/ used to generate the desired infrastructure. This could be extended to include optionally controlling the building of the website (via open next cli).