mirror of
https://github.com/JonasunderscoreJones/BingoGenerator.git
synced 2025-10-23 00:29:18 +02:00
wrangler config
This commit is contained in:
parent
95cebe222a
commit
9a2053bfaf
1 changed files with 14 additions and 0 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue