hn-without-comment/wrangler.toml
2023-08-27 22:06:45 +01:00

20 lines
359 B
TOML

name = "hn-rss"
type = "javascript"
workers_dev = true
compatibility_date = "2022-01-20"
[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"