Removed request logging from dev command

This commit is contained in:
Johan Öbrink 2020-12-17 17:25:30 +01:00
parent 3419edab91
commit f6b60dc7b1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
"nodemon": "^2.0.6"
},
"scripts": {
"dev": "LOG_REQUESTS=true nodemon",
"dev": "nodemon",
"test": "jest"
},
"author": "",