mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
10 lines
180 B
TOML
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"
|