Skip to content

Commit

Permalink
Specify playground port fixes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Sep 27, 2018
1 parent 3a08a1d commit d0446be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finished-application/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "nodemon -e js,graphql -x node src/index.js",
"debug": "nodemon -e js,graphql -x node --inspect src/index.js",
"test": "jest",
"playground": "graphql playground --dotenv variables.env",
"playground": "graphql playground --port 4444 --dotenv variables.env",
"deploy": "prisma deploy --env-file variables.env",
"dev": "npm-run-all --parallel debug playground"
},
Expand Down
2 changes: 1 addition & 1 deletion sick-fits/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "nodemon -e js,graphql -x node src/index.js",
"debug": "nodemon -e js,graphql -x node --inspect src/index.js",
"test": "jest",
"playground": "graphql playground --dotenv variables.env",
"playground": "graphql playground --port 4444 --dotenv variables.env",
"deploy": "prisma deploy --env-file variables.env",
"dev": "npm-run-all --parallel debug playground"
},
Expand Down

0 comments on commit d0446be

Please sign in to comment.