added some dev environment stuff

This commit is contained in:
Daniel Ledda
2021-03-21 20:12:46 +01:00
parent bdb135720c
commit 738e132f4a
5 changed files with 26 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
"devDependencies": {
"@types/node-fetch": "^2.5.8",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.11"
"@types/express": "^4.17.11",
"@types/cors": "^2.8.10"
},
"scripts": {
"dev": "concurrently -n \"typescript,nodemon\" -c \"bgGreen.gray.bold,bgYellow.gray.bold\" \"tsc -w\" \"nodemon ../app-dist/server/main.js\""