roles-bot/wrangler.example.toml

10 lines
161 B
TOML
Raw Normal View History

2021-12-21 12:55:10 +01:00
name = "roles-bot"
type = "javascript"
account_id = ""
workers_dev = true
[build]
2022-10-16 13:18:25 +02:00
command = "pnpm build"
2021-12-21 12:55:10 +01:00
[build.upload]
2022-10-16 13:18:25 +02:00
format = "modules"
main = "./worker.mjs"