From 083cb55811364e801f3c08858a8fd5cbb68e9fe1 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 28 Jan 2023 18:35:52 -0800 Subject: [PATCH] Remove port --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e53ad34a..ac4d8332 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "dev": "next dev -p 1234", "build": "next build", - "start": "next start -p 2345", + "start": "next start", "lint": "next lint" }, "dependencies": {