mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Added first working example of Cloudflare Worker integration through wrangler and Webpack 4
This commit is contained in:
15
examples/cloudflare-worker/wrangler/wrangler.toml
Normal file
15
examples/cloudflare-worker/wrangler/wrangler.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user