10 lines
180 B
TOML
Raw Normal View History

2023-04-09 09:36:27 +09:00
name = "service-bindings"
2023-04-30 00:36:00 +09:00
main = "./build/worker.mjs"
2023-04-09 09:36:27 +09:00
compatibility_date = "2023-02-24"
services = [
{ binding = "hello", service = "hello" }
]
[build]
command = "make build"