chore(script): updated start script

This commit is contained in:
Ritesh Ghosh
2023-08-06 18:28:50 +05:30
parent e7b0b9c961
commit 1da28b4581
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "",
"main": "dist/server.js",
"scripts": {
"start": "node dist/server.js",
"start": "ts-node src/server.ts",
"dev": "nodemon src/server.ts",
"build": "tsc -p tsconfig.json",
"prepare": "husky install",