built-to-spell/workers-site/wrangler.toml

22 lines
443 B
TOML
Raw Normal View History

name = "built-to-spell"
2022-12-29 16:44:45 -08:00
main = "./dist/worker.js"
route = 'bts.brentsch.com/*'
account_id = '7c81d50e4fc6ec51eecd802aacd6304b'
2022-12-29 16:44:45 -08:00
usage_model = 'bundled'
compatibility_flags = []
workers_dev = false
compatibility_date = "2022-03-27"
[triggers]
crons = ["0 * * * *"]
[build]
command = "npm --prefix=../ run build && npm run build"
[[kv_namespaces]]
binding = "NYT_GAME_DATA"
id = "ad58b382cc884b889f42ed94cf4dbb6b"
[site]
bucket = "../public"