diff --git a/apps/marketing/package.json b/apps/marketing/package.json index e88c17f68..9089405fb 100644 --- a/apps/marketing/package.json +++ b/apps/marketing/package.json @@ -4,7 +4,7 @@ "private": true, "license": "AGPL-3.0", "scripts": { - "dev": "next dev", + "dev": "PORT=3001 next dev", "build": "next build", "start": "next start", "lint": "next lint"