Skip to content

Commit 0a100cf

Browse files
committed
chore: add changeset
1 parent 8058012 commit 0a100cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@opennextjs/cloudflare": patch
3+
---
4+
5+
Adds support for passing options to initOpenNextCloudflareForDev().
6+
7+
For example:
8+
9+
```ts
10+
initOpenNextCloudflareForDev({
11+
persist: {
12+
path: "../../.wrangler/state/v3/custom-dir",
13+
},
14+
});
15+
```

0 commit comments

Comments
 (0)