refactor(dev): Yeet the funky dev script out of this codebase
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user