Skip to content

@opennextjs/[email protected]

Compare
Choose a tag to compare
@workers-frameworks workers-frameworks released this 10 Oct 19:13
· 440 commits to main since this release
652c1d1

Patch Changes

  • 66ba0ff: enhancement: Expand missing next.config error message

    Found out that next dev can run the a Next.js app without next.config but
    if we are using the adapter we throw an error if we don't find the config.
    So expanded the error for users.