BingoGenerator/wrangler.toml
2024-11-08 21:01:53 +01:00

14 lines
258 B
TOML

name = "bingogenerator"
type = "javascript"
[build]
command = "yarn build"
[build.upload]
format = "service-worker"
directory = "build"
[env.production]
account_id = "your_account_id"
workers_dev = true
route = "your_custom_route"
zone_id = "your_zone_id"