tsup production deployment

What is the recommended way to deploy a bot using tsup? The github page says to use npm dev, and then immediately says not to use it in production.
GitHub
examples/examples/with-tsup at main · sapphiredev/examples
Various examples of setting up your bot with the Sapphire Framework - sapphiredev/examples
1 Reply
Favna
Favna3w ago
npm run build -> npm run start

Did you find this page helpful?