fix: 移除 wrangler.toml 中的 pages_build_output_dir,避免与 main 冲突

This commit is contained in:
zimk
2026-03-17 00:42:10 +08:00
parent a57bebb385
commit 7edc2f3134

View File

@@ -2,4 +2,3 @@ name = "nekoai-api"
main = "src/index.js"
compatibility_date = "2026-03-12"
workers_dev = true
pages_build_output_dir = "public"