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",