hn-without-comment/wrangler.toml

16 lines
335 B
TOML

name = "hn-rss"
workers_dev = true
compatibility_date = "2022-01-20"
main = "build/worker/shim.mjs"
account_id = "7dc420732ea679a530aee304ea49a63c"
tail_consumers = [{service = "hn-rss-tail"}]
logpush = true
[vars]
WORKERS_RS_VERSION = "0.3.1"
[build]
command = "cargo install -q worker-build && worker-build --release" # required