mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-09-14 04:19:31 +00:00
Merge pull request #10 from tiennm99/chore/drop-preview-kv
chore(wrangler): drop preview KV namespace
This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user