This commit is contained in:
payacom
2026-07-16 21:31:59 +03:30
parent 58314d0ab5
commit 17f334d0f1
14 changed files with 467 additions and 192 deletions

View File

@@ -5,7 +5,9 @@
"scripts": {
"dev": "next dev --turbopack --port 3004",
"build": "next build",
"start": "next start --port 3004",
"start": "next start --port 3004 --hostname 0.0.0.0",
"start:local": "next start --port 3004 --hostname 0.0.0.0",
"pm2:prod": "pm2 start ecosystem.config.cjs --update-env",
"lint": "next lint",
"postbuild": "next-sitemap"
},