Skip to content

Commit

Permalink
chore: adds kv namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajeyakrishna-k committed Dec 14, 2023
1 parent 3e74675 commit 25923e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 25923e3

Please sign in to comment.