Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhamrawat5 authored Nov 22, 2023
1 parent a1593ed commit b0b04de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && tsc",
"start": "ts-node index.ts",
"start": "ts-node src/index.ts",
"dev": "ts-node src/index.ts",
"start-prod": "npm run build && node dist/index.js",
"db": "ts-node ./src/utils/dbTables.ts",
Expand Down

0 comments on commit b0b04de

Please sign in to comment.