10 lines
180 B
TOML
Raw Normal View History

2022-06-09 01:23:48 +09:00
name = "basic-auth-proxy"
2023-04-30 07:13:30 +09:00
main = "./build/worker.mjs"
2022-05-20 00:28:02 +09:00
compatibility_date = "2022-05-13"
compatibility_flags = [
"streams_enable_constructors"
]
[build]
command = "make build"