mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 09:49:12 +00:00
14 lines
296 B
TOML
14 lines
296 B
TOML
name = "r2-image-viewer-tinygo"
|
|
main = "./build/worker.mjs"
|
|
compatibility_date = "2022-05-13"
|
|
compatibility_flags = [
|
|
"streams_enable_constructors"
|
|
]
|
|
|
|
[build]
|
|
command = "make build"
|
|
|
|
[[r2_buckets]]
|
|
binding = 'BUCKET'
|
|
bucket_name = 'r2-image-viewer'
|
|
preview_bucket_name = 'r2-image-viewer-dev' |