From 675afcfd24f6667030dd6c8e7b0fabb1d9d921cc Mon Sep 17 00:00:00 2001 From: gavrushoves Date: Mon, 12 Feb 2024 13:13:46 +0400 Subject: [PATCH] Update package.json --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 123719e..4ddeb66 100644 --- a/ui/package.json +++ b/ui/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start", + "start": "next start --port 3002", "lint": "next lint" }, "dependencies": {