2024-11-13 01:53:23 +09:00

12 lines
205 B
TOML

name = "go-cron"
main = "./build/worker.mjs"
compatibility_date = "2024-11-12"
compatibility_flags = ["nodejs_compat"]
workers_dev = false
[triggers]
crons = ["* * * * *"]
[build]
command = "make build"