chore: sync local changes to Gitea
This commit is contained in:
16
wrangler.toml
Normal file
16
wrangler.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user