chore: remove obsolete KV ID from wrangler.kv.toml

This commit is contained in:
shuaiplus
2026-03-08 01:07:25 +08:00
parent d828f145db
commit eec27f3a40
2 changed files with 5 additions and 2 deletions
-1
View File
@@ -16,4 +16,3 @@ database_name = "nodewarden-db"
[[kv_namespaces]] [[kv_namespaces]]
binding = "ATTACHMENTS_KV" binding = "ATTACHMENTS_KV"
id = "5441c718d39e49229fc9c0e5ca0eff8f"
+5 -1
View File
@@ -1,7 +1,11 @@
name = "nodewarden" name = "nodewarden"
main = "src/index.ts" main = "src/index.ts"
compatibility_date = "2024-01-01" compatibility_date = "2024-01-01"
assets = { directory = "./dist", not_found_handling = "single-page-application", run_worker_first = ["/api/*", "/identity/*", "/icons/*", "/setup/*", "/config", "/notifications/*", "/.well-known/*"] }
[assets]
directory = "./dist"
not_found_handling = "single-page-application"
run_worker_first = [ "/api/*", "/identity/*", "/icons/*", "/setup/*", "/config", "/notifications/*", "/.well-known/*" ]
[build] [build]
command = "npm run build" command = "npm run build"