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

10 lines
180 B
TOML

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