10 lines
177 B
TOML
Raw Normal View History

2023-04-30 11:52:54 +09:00
name = "tinygo-worker"
main = "./build/worker.mjs"
compatibility_date = "2022-05-13"
compatibility_flags = [
"streams_enable_constructors"
]
[build]
command = "make build"