hn-without-comment/wrangler.toml

24 lines
493 B
TOML
Raw Normal View History

2023-08-27 22:06:45 +01:00
name = "hn-rss"
type = "javascript"
workers_dev = true
compatibility_date = "2022-01-20"
2023-08-28 10:41:43 +01:00
kv_namespaces = [
{ binding = "HN", id = "a30242f65ba34788ab1560f1a9c4eac7", preview_id = "9fd4871334174ceab34d2fd8c0e989cc" }
]
2023-08-27 22:06:45 +01:00
[vars]
WORKERS_RS_VERSION = "0.0.18"
[build]
command = "cargo install -q worker-build && worker-build --release" # required
[build.upload]
dir = "build/worker"
format = "modules"
main = "./shim.mjs"
[[build.upload.rules]]
globs = ["**/*.wasm"]
type = "CompiledWasm"