chore: 更新wrangler.jsonc.example配置示例

添加nodejs_compat兼容性标志和send_email配置
This commit is contained in:
anghunk
2026-01-20 14:28:06 +08:00
parent 039411b142
commit 976a38c5f3

View File

@@ -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"
}
]
}