From 3ffb59153c7656c8a33cde2ae1a6b1b4c25ced78 Mon Sep 17 00:00:00 2001 From: eric Date: Sat, 6 Dec 2025 02:46:28 +0800 Subject: [PATCH] 's' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01f5300..ff56750 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint": "next lint", "lint:fix": "next lint --fix", "preview": "next build && next start", - "start": "next start", + "start": "next start --port 3001", "typecheck": "tsc --noEmit" }, "dependencies": {