Skip to content
Mester Sosuke edited this page Jun 27, 2024 · 1 revision

Package scripts

  1. bun start - Start the bot in production mode.
  2. bun dev - Start the bot in development mode.
  3. bun biome - Run biome (equivalent to biome).
  4. bun lint - Run biome linter (equivalent to biome lint .).
  5. bun format - Run biome formatter (equivalent to biome format .).
  6. bun check - Run full biome check (linter + formatter), (equivalent to biome check .).

Clone this wiki locally