From acafbe467002075bd7a9f1a9c9e41538e7c47555 Mon Sep 17 00:00:00 2001 From: joker Date: Thu, 9 Feb 2023 10:31:25 +0300 Subject: [PATCH] modified: package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7a5fce..847ebbf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start", + "start": "next start -p 3002", "lint": "next lint" }, "dependencies": {