10 lines
169 B
TOML
Raw Normal View History

2022-05-29 22:27:46 +09:00
name = "hello"
main = "./build/worker.mjs"
2022-05-29 22:27:46 +09:00
compatibility_date = "2022-05-13"
compatibility_flags = [
"streams_enable_constructors"
]
[build]
command = "make build"