summaryrefslogtreecommitdiff
path: root/cron-cf/wrangler.toml
diff options
context:
space:
mode:
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 * * * *" ]