Added bun bundle

This commit is contained in:
2025-08-10 20:57:27 +02:00
parent 30e18257d0
commit b4f0a2c8dc
16 changed files with 88 additions and 98 deletions

View File

@@ -13,6 +13,7 @@
"homepage": "https://gitlab.com/illegitimate/illegitimate-bot",
"scripts": {
"start": "bun run --bun src/index.ts",
"bundle": "bun run scripts/build.ts",
"dev": "bun run --bun --watch src/index.ts",
"fmt": "dprint fmt \"**/*.ts\"",
"check": "bun tscheck && bun lint",