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 } -]