From 6c06337f6eda766f7e72856c0749fbc4a3bc224d Mon Sep 17 00:00:00 2001 From: premiare Date: Fri, 18 Aug 2023 19:37:07 +1000 Subject: [PATCH] add PORT number back to package.json --- apps/marketing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"