chore: wrangler.toml 移出版本控制

This commit is contained in:
zimk
2026-03-23 01:37:11 +08:00
parent 09e7f1de0d
commit 8d4693db90
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ node_modules/
.wrangler/
.env
public/config.js
wrangler.toml

View File

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