We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1765f19 commit fb49eb0Copy full SHA for fb49eb0
server/package.json
@@ -3,7 +3,8 @@
3
"scripts": {
4
"start": "node src/index.js",
5
"dev": "npm-run-all --parallel start playground",
6
- "playground": "graphql playground"
+ "playground": "graphql playground",
7
+ "prisma": "prisma"
8
},
9
"dependencies": {
10
"bcryptjs": "^2.4.3",
0 commit comments