Skip to content

Commit da86944

Browse files
committed
Merge branch 'celso/workflows-examples' of github.com:cloudflare/cloudflare-docs into celso/workflows-examples
2 parents f7b8931 + 8c12435 commit da86944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/examples/send-invoices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ And finally wrangler.toml:
207207
name = "cart-invoices"
208208
main = "src/index.ts"
209209
compatibility_date = "2024-10-22"
210-
compatibility_flags = ["experimental", "nodejs_compat" ]
210+
compatibility_flags = ["nodejs_compat" ]
211211

212212
[[workflows]]
213213
name = "cart-invoices-workflow"

0 commit comments

Comments
 (0)