11 lines
170 B
TOML
Raw Normal View History

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