chore: 添加 wrangler.toml.example 模板

This commit is contained in:
zimk
2026-03-23 01:40:57 +08:00
parent 8d4693db90
commit 8fcd8fd186

8
wrangler.toml.example Normal file
View File

@@ -0,0 +1,8 @@
name = "nekoai-api"
main = "src/index.js"
compatibility_date = "2026-03-12"
workers_dev = true
# routes = [
# { pattern = "nekoai-api.yourdomain.com", custom_domain = true }
# ]