-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #380 from outerbase/invisal/cloudflare-worker-support
support cloudflare worker
- Loading branch information
Showing
7 changed files
with
23,944 additions
and
12,590 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
# dependencies | ||
/node_modules | ||
/.open-next | ||
**/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}); |
Oops, something went wrong.