Skip to content

Commit

Permalink
Merge pull request #380 from outerbase/invisal/cloudflare-worker-support
Browse files Browse the repository at this point in the history
support cloudflare worker
  • Loading branch information
invisal authored Feb 28, 2025
2 parents 92d8ba6 + 3a8ec36 commit e3c99ee
Show file tree
Hide file tree
Showing 7 changed files with 23,944 additions and 12,590 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# dependencies
/node_modules
/.open-next
**/node_modules
/.pnp
.pnp.js
Expand Down
7 changes: 7 additions & 0 deletions open-next.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// default open-next.config.ts file created by @opennextjs/cloudflare
import { defineCloudflareConfig } from "@opennextjs/cloudflare";
import kvIncrementalCache from "@opennextjs/cloudflare/kv-cache";

export default defineCloudflareConfig({
incrementalCache: kvIncrementalCache,
});
Loading

0 comments on commit e3c99ee

Please sign in to comment.