wrangler config

This commit is contained in:
J-onasJones 2024-11-08 21:01:53 +01:00
parent 95cebe222a
commit 9a2053bfaf

View file

@ -0,0 +1,14 @@
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"