From 7937a16a9dcd95f953fd7a2a3ae8c38b55ec9790 Mon Sep 17 00:00:00 2001 From: Aj - Thomas <49837342+ajnart@users.noreply.github.com> Date: Fri, 13 May 2022 04:10:50 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43337761e..961298b49 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dev": "next dev", "build": "next build", "analyze": "ANALYZE=true next build", - "start": "next start", + "start": "next start --port 7575", "typecheck": "tsc --noEmit", "export": "next build && next export", "lint": "next lint",