13 lines
284 B
TOML
13 lines
284 B
TOML
name = "cursed-graphics"
|
|
main = "build/worker/shim.mjs"
|
|
compatibility_date = "2024-11-23"
|
|
|
|
[[r2_buckets]]
|
|
binding = "IMAGES"
|
|
bucket_name = "cursed-graphics"
|
|
preview_bucket_name = "cursed-graphics"
|
|
|
|
[build]
|
|
# Install with: cargo install worker-build
|
|
command = "worker-build --release"
|