summaryrefslogtreecommitdiff
path: root/cron-cf/wrangler.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-11-30 11:07:26 +0200
committerYuval Adam <_@yuv.al>2022-11-30 11:07:26 +0200
commitb8d74f16c6db6feac98fa69701dbb9a822707c7b (patch)
treef430d789efeb11d1bdd34c447d2d3d8e4a8d6d83 /cron-cf/wrangler.toml
parent4334073a927b28daf9f3539d9f027d6d345d805c (diff)
Initial cron-cf
Diffstat (limited to 'cron-cf/wrangler.toml')
-rw-r--r--cron-cf/wrangler.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/cron-cf/wrangler.toml b/cron-cf/wrangler.toml
new file mode 100644
index 0000000..24c74c2
--- /dev/null
+++ b/cron-cf/wrangler.toml
@@ -0,0 +1,6 @@
+name = "cron-cf"
+main = "src/index.ts"
+compatibility_date = "2022-11-30"
+
+[triggers]
+crons = [ "1 * * * *" ]