diff options
Diffstat (limited to 'sick-fits/backend/package.json')
| -rw-r--r-- | sick-fits/backend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sick-fits/backend/package.json b/sick-fits/backend/package.json index f76805c..c31a991 100644 --- a/sick-fits/backend/package.json +++ b/sick-fits/backend/package.json @@ -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" }, |
