updated scripts

This commit is contained in:
canove
2020-09-15 12:59:20 -03:00
parent b3cf16bbd3
commit 149cbef98e
3 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "nodemon dist/server.js",
"dev:server": "ts-node-dev --respawn --transpile-only --ignore node_modules src/server.ts"
},
"author": "",