Merge pull request #10 from tiennm99/chore/drop-preview-kv

chore(wrangler): drop preview KV namespace
This commit is contained in:
2026-04-21 14:39:55 +07:00
committed by GitHub
+2 -4
View File
@@ -8,14 +8,12 @@ compatibility_date = "2025-10-01"
MODULES = "util,wordle,loldle,misc,trading,lolschedule"
# KV namespace holding all module state. Each module auto-prefixes its keys via createStore().
# Create with:
# Production-only — no preview namespace. Create with:
# wrangler kv namespace create miti99bot-kv
# wrangler kv namespace create miti99bot-kv --preview
# then paste the returned IDs below.
# then paste the returned id below.
[[kv_namespaces]]
binding = "KV"
id = "f7f190fcb2fa42eb84a05542911334b0"
preview_id = "0ad72e1c34174f8cadf828e62db099a8"
# D1 database for module persistent storage. Each module prefixes its tables
# with `{moduleName}_` (e.g. `trading_trades`). Migrations are applied via