10 lines
182 B
TOML
Raw Normal View History

2022-05-18 00:04:37 +09:00
name = "simple-json-server"
2023-04-30 00:36:00 +09:00
main = "./build/worker.mjs"
2022-05-18 00:04:37 +09:00
compatibility_date = "2022-05-13"
compatibility_flags = [
"streams_enable_constructors"
]
[build]
command = "make build"