Files
2fa/scripts
wuzf 06a20123e2 fix: prevent deploy platform from creating unused KV namespace
Comment out all [[kv_namespaces]] in wrangler.toml (both production and
development) so deploy.workers.cloudflare.com no longer creates an empty
"2fa" KV. Updated deploy.js to handle fully commented KV config: search
for existing "SECRETS_KV" namespace first (exact match only), create one
if not found, then inject the binding block into wrangler.toml before
deploying.
2026-02-27 02:07:50 +08:00
..