diff --git a/cwd-comments-api/wrangler.jsonc.example b/cwd-comments-api/wrangler.jsonc.example index 9418db5..c2d40e0 100644 --- a/cwd-comments-api/wrangler.jsonc.example +++ b/cwd-comments-api/wrangler.jsonc.example @@ -7,6 +7,14 @@ "name": "cwd-comments-api", "main": "src/index.ts", "compatibility_date": "2026-01-03", + "compatibility_flags": [ + "nodejs_compat" + ], "workers_dev": true, - "preview_urls": true + "preview_urls": true, + "send_email": [ + { + "name": "SEND_EMAIL" + } + ] } \ No newline at end of file