From 2bc79c1bbceac76a27b2a4a5adb26340bb32e6a4 Mon Sep 17 00:00:00 2001 From: Ajeyakrishna <98796547+Ajeyakrishna-k@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:00:37 +0530 Subject: [PATCH] chore: adds kv namespace (#32) --- wrangler.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index a059c85..e3761b6 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,7 +2,9 @@ name = "cron-jobs" main = "src/worker.ts" compatibility_date = "2023-07-17" - +kv_namespaces = [ + { binding = "CronJobsTimestamp", id = "6fbc191da931473393d5fbe612251d29" } +] [env.staging] kv_namespaces = [ { binding = "CronJobsTimestamp", id = "6fbc191da931473393d5fbe612251d29" }