From 3f712a638f194dbc2aa8f8863059e2998274372d Mon Sep 17 00:00:00 2001 From: rstubryan Date: Thu, 9 Oct 2025 11:45:27 +0700 Subject: [PATCH] chore: remove redundant start scripts from package.json --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index cf7765a2..8adf6787 100644 --- a/package.json +++ b/package.json @@ -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": {