From 98ccef4a132a7392c07f0078c850f98f46734196 Mon Sep 17 00:00:00 2001 From: siddheshraze Date: Tue, 27 Feb 2024 13:21:56 -0500 Subject: [PATCH] trying to see if changing the port statement here will change there --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index eba329a8..81bb0540 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "node .next/standalone/server.js", + "start": "node .next/standalone/server.js -p 8080", "lint": "next lint", "bs": "next build; next start", "bswin": "npm run build ; npm run start",