Fix start command

This commit is contained in:
Marcin Czop 2024-11-19 11:52:55 +01:00
parent 3e6fc5444a
commit 0e2b7c0087
No known key found for this signature in database
GPG key ID: 44BCC84471234D0D

View file

@ -6,7 +6,7 @@
"scripts": {
"dev": "nodemon --ignore 'data/*.json' -r dotenv/config src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
"start": "node build/index.js"
},
"keywords": [],
"author": "MrTalon63 <marcin@mczop.eu>",