Commit f78f76a
committed
Infra: Commit dedicated ERROR_REPORT_META KV namespace ID
- Created a fresh KV namespace for error-report bookkeeping via `wrangler kv namespace create ERROR_REPORT_META`; ID `e8b67ae9fbd640adaf78aa42d59b80e9`.
- Replaces the `REPLACE_WITH_KV_ID` placeholder in `wrangler.toml`. Matches the existing convention where `LICENSE_CODES` and `BLOG_LIKES` carry their real IDs in the committed file.
- Previously the binding pointed at the same namespace as `LICENSE_CODES`, which worked (key prefixes didn't collide) but risked silent corruption on any future key added to either subsystem.
- Drops the now-stale setup-script comment above the binding.1 parent 118dc59 commit f78f76a
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | | - | |
| 50 | + | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
0 commit comments