final: sync production version

This commit is contained in:
root
2026-07-08 06:48:44 +03:30
parent aae7a68cda
commit d982a8852a
81 changed files with 4274 additions and 4253 deletions

View File

@@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next start -p 3000 -H 0.0.0.0",
"dev": "next dev -p 3000 -H 0.0.0.0",
"dev": "next dev --turbopack --port 3004",
"build": "next build",
"start": "next start --port 3004",
"lint": "next lint",
"postbuild": "next-sitemap"
},