hn-without-comment/wrangler.toml

16 lines
335 B
TOML
Raw Permalink Normal View History

2023-08-27 22:06:45 +01:00
name = "hn-rss"
workers_dev = true
compatibility_date = "2022-01-20"
2024-07-27 01:10:24 +01:00
main = "build/worker/shim.mjs"
2023-08-28 10:41:43 +01:00
2024-07-27 01:10:24 +01:00
account_id = "7dc420732ea679a530aee304ea49a63c"
2023-08-27 22:06:45 +01:00
2024-07-27 01:10:24 +01:00
tail_consumers = [{service = "hn-rss-tail"}]
logpush = true
2023-08-27 22:06:45 +01:00
2024-07-27 01:10:24 +01:00
[vars]
WORKERS_RS_VERSION = "0.3.1"
2023-08-27 22:06:45 +01:00
2024-07-27 01:10:24 +01:00
[build]
command = "cargo install -q worker-build && worker-build --release" # required