mirror of
https://github.com/SkyfallWasTaken/arcade-monitor.git
synced 2024-11-25 02:13:41 +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…
Reference in a new issue