fix: 移除 wrangler.toml 中的 pages_build_output_dir,避免与 main 冲突
This commit is contained in:
@@ -2,4 +2,3 @@ name = "nekoai-api"
|
|||||||
main = "src/index.js"
|
main = "src/index.js"
|
||||||
compatibility_date = "2026-03-12"
|
compatibility_date = "2026-03-12"
|
||||||
workers_dev = true
|
workers_dev = true
|
||||||
pages_build_output_dir = "public"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user