roles-bot/wrangler.example.toml

13 lines
259 B
TOML
Raw Normal View History

2021-12-21 12:55:10 +01:00
name = "roles-bot"
type = "javascript"
account_id = ""
workers_dev = true
route = ""
zone_id = ""
webpack_config = "webpack.config.js"
2022-04-08 17:58:30 +02:00
compatibility_date = "2022-04-08"
2021-12-21 12:55:10 +01:00
[build]
command = "npm install && npm run build"
[build.upload]
format = "service-worker"