refactor(dev): Yeet the funky dev script out of this codebase

This commit is contained in:
2026-02-20 21:49:52 +01:00
parent 3bb8b202b0
commit fd18e56251
2 changed files with 1 additions and 139 deletions

View File

@@ -72,7 +72,7 @@
"typescript": "5.9.3"
},
"scripts": {
"dev": "bun scripts/dev_watch.ts",
"dev": "bun --watch src/app.ts",
"start": "bun src/app.ts",
"build": "rimraf ./dist && tsc && cp-cli ./src/static ./dist/static",
"docs": "typedoc --out docs src",