new build
This commit is contained in:
+3
-2
@@ -5,9 +5,10 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "node .next/standalone/server.js",
|
||||
"preview": "npm run build && node .next/standalone/server.js",
|
||||
"lint": "next lint",
|
||||
"postbuild": "next-sitemap"
|
||||
"postbuild": "next-sitemap && node scripts/copy-standalone.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user