From a6dc1553ea70a59d72f91b152327a01e1f0f1f3a Mon Sep 17 00:00:00 2001 From: Jon <66625200+Kyro3400@users.noreply.github.com> Date: Sun, 29 Sep 2024 21:49:42 -0400 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 170c5eb..addf48a 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "description": "", "main": "next.config.js", "scripts": { - "dev": "next dev -p 1110", + "dev": "next dev", "build": "next build", "analyze": "ANALYZE=true next build", - "start": "next start -p 1110", + "start": "next start", "typecheck": "tsc --noEmit", "export": "next build && next export", "lint": "next lint",