2023-04-30 12:42:20 +09:00

11 lines
190 B
TOML

name = "fetch-event"
main = "./build/worker.mjs"
compatibility_date = "2023-02-24"
routes = [
{ pattern = "example.com/*", zone_name = "example.com" }
]
[build]
command = "make build"