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

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@ node_modules/
# Dist # Dist
dist/ dist/
tsconfig.tsbuildinfo
# IDE # IDE
.vscode/ .vscode/

View File

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

1
tsconfig.tsbuildinfo Normal file

File diff suppressed because one or more lines are too long