mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
12 lines
205 B
TOML
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"
|