chore: add production start script on port 5173

Provide a stable npm start command using Vite preview on 127.0.0.1:5173 for reverse-proxy deployments.
This commit is contained in:
Gekon Dev
2026-05-09 20:23:40 +03:00
parent da980c865a
commit bf58f7e5d3
+1
View File
@@ -8,6 +8,7 @@
"build": "vite build",
"build:dev": "vite build --mode development",
"preview": "vite preview",
"start": "vite preview --host 127.0.0.1 --port 5173",
"lint": "eslint ."
},
"dependencies": {