mirror of
https://github.com/SkyfallWasTaken/arcade-monitor.git
synced 2025-04-03 18:24:15 +00:00
Add KV namespace to wrangler.toml
This commit is contained in:
parent
541ccab07c
commit
984c9c2d49
1 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,7 @@ crons = ["0 * * * *"] # Run every hour
|
||||||
|
|
||||||
[vars]
|
[vars]
|
||||||
ARCADE_SHOP_URL = "https://hackclub.com/arcade/shop/"
|
ARCADE_SHOP_URL = "https://hackclub.com/arcade/shop/"
|
||||||
|
|
||||||
|
[[kv_namespaces]]
|
||||||
|
binding = "SHOP_ITEMS"
|
||||||
|
id = "5307e6b7af8b4d86ac6ad26a593ca4d2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue