12 lines
205 B
TOML
Raw Permalink Normal View History

2024-06-25 22:27:30 -03:00
name = "go-cron"
main = "./build/worker.mjs"
2024-11-13 01:33:56 +09:00
compatibility_date = "2024-11-12"
compatibility_flags = ["nodejs_compat"]
2024-06-25 22:27:30 -03:00
workers_dev = false
[triggers]
crons = ["* * * * *"]
[build]
command = "make build"