diff --git a/wrangler.toml b/wrangler.toml index aa7a995..bfcea54 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -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