github opennextjs/opennextjs-cloudflare @opennextjs/cloudflare@0.5.6

21 hours ago

Patch Changes

  • #412 58b200f Thanks @dario-piotrowicz! - add defineCloudflareConfig utility

    this change adds a new defineCloudflareConfig utility that developers can use in their open-next.config.ts
    file to easily generate a configuration compatible with the adapter

    Example usage:

    // open-next.config.ts
    import { defineCloudflareConfig } from "@opennextjs/cloudflare";
    import kvIncrementalCache from "@opennextjs/cloudflare/kv-cache";
    
    export default defineCloudflareConfig({
      incrementalCache: kvIncrementalCache,
    });

Don't miss a new opennextjs-cloudflare release

NewReleases is sending notifications on new releases.