11 lines
190 B
TOML
Raw Normal View History

2023-04-20 08:13:19 +09:00
name = "fetch-event"
2023-04-30 00:36:00 +09:00
main = "./build/worker.mjs"
2023-04-20 08:13:19 +09:00
compatibility_date = "2023-02-24"
routes = [
{ pattern = "example.com/*", zone_name = "example.com" }
]
[build]
command = "make build"