mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
16 lines
237 B
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
|