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

10 lines
182 B
TOML

name = "simple-json-server"
main = "./build/worker.mjs"
compatibility_date = "2022-05-13"
compatibility_flags = [
"streams_enable_constructors"
]
[build]
command = "make build"