roles-bot/packages/bot/wrangler.toml
xHyroM ddd862f7af
feat: add builders
fork of @discordjs/builders

why?

because djs must use their SHAPESHIFT and other useless things in packages so, yep...

this will be moved into rylen
2023-04-08 10:55:26 +02:00

13 lines
No EOL
276 B
TOML

name = "roles-bot"
type = "javascript"
account_id = "294bee38d448e390dab3757215c63f03"
compatibility_date = "2022-07-12"
compatibility_flags = [ "nodejs_compat" ]
main = "dist/worker.mjs"
[build]
command = "pnpm build"
[build.upload]
format = "modules"
main = "./worker.mjs"