mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Added Cloudflare Worker example running on Webpack 5
This commit is contained in:
14
examples/cloudflare-worker/webpack5.x/wrangler.toml
Normal file
14
examples/cloudflare-worker/webpack5.x/wrangler.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
name = "pg-cw-example-webpack5"
|
||||
type = "javascript"
|
||||
|
||||
account_id = ""
|
||||
workers_dev = true
|
||||
route = ""
|
||||
zone_id = ""
|
||||
compatibility_date = "2022-01-31"
|
||||
|
||||
[build]
|
||||
command = "npm run build"
|
||||
|
||||
[build.upload]
|
||||
format = "service-worker"
|
||||
Reference in New Issue
Block a user