Update package.json

This commit is contained in:
TheLostTree 2022-08-01 22:05:24 -07:00 committed by GitHub
parent b951c00e65
commit 9f28a29c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"ts-node-dev": "^2.0.0"
},
"scripts": {
"start": "ts-node-dev src/index.ts --respawn --transpile-only"
"start": "npx ts-node-dev src/index.ts --respawn --transpile-only"
},
"dependencies": {
"@types/express": "^4.17.13",