fix(package.json): fix start path

This commit is contained in:
Udit Karode 2023-04-09 21:25:15 +05:30
parent 25184d4995
commit c88a3c4a74
No known key found for this signature in database
GPG Key ID: 864BAA48465205F0

View File

@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"build": "tsc --pretty",
"start": "node dist/src",
"start": "node dist",
"dev": "tsx src/index.ts",
"test": "tsx src/test.ts"
},