From b4da168ece85b534911a64187fb6a4755333ae89 Mon Sep 17 00:00:00 2001 From: joker Date: Tue, 7 Mar 2023 11:09:44 +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 e703dd4..690ace0 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 3004", "lint": "next lint" }, "dependencies": {