Specify a port option

This commit is contained in:
Trevor Blades
2020-02-26 20:08:15 -08:00
parent 357e6acf41
commit d7bcd99410
5 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"scripts": {
"start": "nodemon index.js",
"start": "nodemon -r dotenv/config index.js",
"pretest": "eslint functions",
"test": "echo \"Error: no test specified\" && exit"
},
@@ -16,6 +16,7 @@
"devDependencies": {
"@trevorblades/eslint-config": "^7.0.1",
"apollo": "^2.16.0",
"dotenv": "^8.2.0",
"eslint": "^6.2.1",
"nodemon": "^2.0.2"
}