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