update(@nestjs) fit style guide

This commit is contained in:
Kamil Myśliwiec
2018-01-02 16:14:44 +01:00
parent cd6e046a3a
commit fbf61e5d76
6 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"start": "node index.js",
"start:watch": "nodemon",
"prestart:prod": "tsc",
"start:prod": "node dist/server.js"
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "^4.4.0",