+3
-2
@@ -9,7 +9,8 @@
|
||||
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
|
||||
"start2": "NODE_ENV=production node ./server/server.js",
|
||||
"start": "NODE_ENV=production node_modules/next/dist/bin/next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"prisma:generate": "prisma generate"
|
||||
},
|
||||
"browser": {
|
||||
"child_process": false
|
||||
@@ -104,4 +105,4 @@
|
||||
"eslint-plugin-jsdoc": "^48.2.3",
|
||||
"prisma": "^5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user