Files
mengya-nav/wrangler.toml
2026-06-24 22:10:28 +08:00

17 lines
406 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Cloudflare Worker仅打包 API 逻辑;静态资源由 [assets] 提供Vite 构建输出)
name = "sproutnav"
main = "worker/src/index.ts"
compatibility_date = "2026-04-06"
[[kv_namespaces]]
binding = "NAV_KV"
id = "a89f429e1a684d2084eae8619755ee11"
[vars]
ADMIN_PASSWORD = "shumengya520"
[assets]
directory = "./frontend/dist"
binding = "ASSETS"
not_found_handling = "single-page-application"