fix start script

This commit is contained in:
Darius
2025-11-18 21:09:06 +01:00
parent 88ae2ac260
commit 96c9d6b8fe
3 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node index.js",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts"
},
"keywords": [],