This commit is contained in:
keyan 2021-06-03 23:50:20 -04:00
parent 9fbf3965f3
commit 94e286745a
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start -p 8080" "start": "next start -p 8080",
"prestart": "prisma generate"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "^3.3.13", "@apollo/client": "^3.3.13",