chore: remove redundant start scripts from package.json

This commit is contained in:
rstubryan
2025-10-09 11:45:27 +07:00
parent 0ea78fee92
commit 3f712a638f
-2
View File
@@ -6,8 +6,6 @@
"dev": "eslint && next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"start": "npx serve@latest out",
"start:next": "next start",
"lint": "eslint"
},
"dependencies": {