11 lines
169 B
TOML
Raw Permalink Normal View History

name = "tinygo-cron"
2024-06-25 22:27:30 -03:00
main = "./build/worker.mjs"
compatibility_date = "2023-02-24"
workers_dev = false
[triggers]
crons = ["* * * * *"]
[build]
command = "make build"