chore: sync local changes to Gitea
Some checks failed
Create Release / check-release (push) Has been cancelled
Build and Deploy Docs / build-and-deploy (push) Has been cancelled
Publish npm / publish (push) Has been cancelled

This commit is contained in:
shumengya
2026-06-24 22:10:23 +08:00
parent 3cc748736c
commit 4a45ba80a4
2 changed files with 1166 additions and 20 deletions

1166
api-docs/cwd-api.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,20 +0,0 @@
/**
* 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"
}
]
}