mirror of
https://github.com/JonasunderscoreJones/BingoGenerator.git
synced 2025-10-23 08:19:18 +02:00
14 lines
258 B
TOML
14 lines
258 B
TOML
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"
|