roles-bot/wrangler.example.toml
2021-12-21 12:55:10 +01:00

12 lines
No EOL
225 B
TOML

name = "roles-bot"
type = "javascript"
account_id = ""
workers_dev = true
route = ""
zone_id = ""
webpack_config = "webpack.config.js"
[build]
command = "npm install && npm run build"
[build.upload]
format = "service-worker"