From 8d4693db900ef9017f7f547a9c8a0c0446c472ea Mon Sep 17 00:00:00 2001 From: zimk Date: Mon, 23 Mar 2026 01:37:11 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20wrangler.toml=20=E7=A7=BB=E5=87=BA?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + wrangler.toml | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 wrangler.toml diff --git a/.gitignore b/.gitignore index a490f0d..375bea1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ .wrangler/ .env public/config.js +wrangler.toml diff --git a/wrangler.toml b/wrangler.toml deleted file mode 100644 index 17a10a1..0000000 --- a/wrangler.toml +++ /dev/null @@ -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 } -]