From 976a38c5f30296e34c611744eafc834dd7ff322f Mon Sep 17 00:00:00 2001 From: anghunk Date: Tue, 20 Jan 2026 14:28:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0wrangler.jsonc.examp?= =?UTF-8?q?le=E9=85=8D=E7=BD=AE=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加nodejs_compat兼容性标志和send_email配置 --- cwd-comments-api/wrangler.jsonc.example | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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