feat: upgrade dependencies (#448)

This commit is contained in:
Dream Hunter
2024-09-27 22:30:37 +08:00
committed by GitHub
parent 7cc2a2b576
commit cc9ac67319
8 changed files with 1526 additions and 1533 deletions

View File

@@ -25,7 +25,9 @@ wrangler kv:namespace create DEV
```toml
name = "cloudflare_temp_email"
main = "src/worker.ts"
compatibility_date = "2023-12-01"
compatibility_date = "2024-09-23"
compatibility_flags = [ "nodejs_compat" ]
# 如果你想使用自定义域名,你需要添加 routes 配置
# routes = [
# { pattern = "temp-email-api.xxxxx.xyz", custom_domain = true },