Files
passkit-generator/examples/cloudflare-worker/wrangler/wrangler.toml

16 lines
237 B
TOML

name = "pg-cw-example"
type = "webpack"
account_id = ""
workers_dev = true
route = ""
zone_id = ""
compatibility_date = "2022-01-31"
webpack_config = "webpack.config.js"
[env.dev]
IS_OFFLINE = true
[env.production]
IS_OFFLINE = false