server stuff

This commit is contained in:
2018-06-26 12:57:55 +02:00
parent 18098cb896
commit 54b077cfa7
4 changed files with 106 additions and 46 deletions

View File

@ -15,6 +15,8 @@
"typescript": "^2.9.2"
},
"dependencies": {
"express": "^4.16.3"
"express": "^4.16.3",
"morgan": "^1.9.0",
"path": "^0.12.7"
}
}