Skip to content

@opennextjs/[email protected]

Compare
Choose a tag to compare
@workers-frameworks workers-frameworks released this 29 Jan 07:32
· 13 commits to main since this release
f13d813

Patch Changes

  • 1a2b815: fix: make sure that the initOpenNextCloudflareForDev() logic runs only once

    Currently calling initOpenNextCloudflareForDev() in the Next.js config file causes
    this initialization logic to run twice, consuming more resources and causing extra
    noise in the terminal logs, this change makes sure that the initialization logic
    is run only once instead