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

26 lines
536 B
TOML

name = "built-to-spell"
type = "javascript"
route = 'bts.brentsch.com/*'
account_id = '7c81d50e4fc6ec51eecd802aacd6304b'
zone_id = '23121cb221cde0d0fbcb10798c01f8ba'
usage_model = ''
compatibility_flags = []
workers_dev = false
compatibility_date = "2022-03-27"
[triggers]
crons = ["0 * * * *"]
[build]
command = "npm --prefix=../ run build && npm run build"
[build.upload]
format = "service-worker"
[[kv_namespaces]]
binding = "NYT_GAME_DATA"
id = "ad58b382cc884b889f42ed94cf4dbb6b"
[site]
bucket = "../public"
entry-point = "./"