2022-06-09 01:23:48 +09:00

10 lines
174 B
TOML

name = "basic-auth-proxy"
main = "./worker.mjs"
compatibility_date = "2022-05-13"
compatibility_flags = [
"streams_enable_constructors"
]
[build]
command = "make build"