chore: 重构项目结构

This commit is contained in:
anghunk
2026-01-21 10:53:11 +08:00
parent fc86934094
commit 643d5c92e8
59 changed files with 74 additions and 74 deletions

View File

@@ -0,0 +1,20 @@
/**
* For more details on how to configure Wrangler, refer to:
* https://developers.cloudflare.com/workers/wrangler/configuration/
*/
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "cwd-api",
"main": "src/index.ts",
"compatibility_date": "2026-01-03",
"compatibility_flags": [
"nodejs_compat"
],
"workers_dev": true,
"preview_urls": true,
"send_email": [
{
"name": "SEND_EMAIL"
}
]
}