new build

This commit is contained in:
sbb45
2026-06-02 22:17:15 +05:00
parent 90ecfc669a
commit b0857cb01b
5 changed files with 69 additions and 11 deletions
+3 -2
View File
@@ -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",