From 984c9c2d497f593650ebbdae556dbf9daece1aad Mon Sep 17 00:00:00 2001 From: SkyfallWasTaken Date: Mon, 1 Jul 2024 19:18:15 +0100 Subject: [PATCH] Add KV namespace to wrangler.toml --- wrangler.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wrangler.toml b/wrangler.toml index 0c6e0b2..44d3fe1 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -10,3 +10,7 @@ crons = ["0 * * * *"] # Run every hour [vars] ARCADE_SHOP_URL = "https://hackclub.com/arcade/shop/" + +[[kv_namespaces]] +binding = "SHOP_ITEMS" +id = "5307e6b7af8b4d86ac6ad26a593ca4d2"