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

10 lines
180 B
TOML

name = "service-bindings"
main = "./build/worker.mjs"
compatibility_date = "2023-02-24"
services = [
{ binding = "hello", service = "hello" }
]
[build]
command = "make build"