From bff53967457cd543fee42f88edbc8c6ed52e1d31 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 19 Oct 2025 20:11:39 +0000 Subject: [PATCH] feat: Configure Next.js to listen on all interfaces and custom port Co-authored-by: lukeslakemail --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 693f308..4c66e9c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "next build", "dev": "next dev", "lint": "next lint", - "start": "next start" + "start": "next start -H 0.0.0.0 -p ${PORT:-3000}" }, "dependencies": { "@hookform/resolvers": "^3.10.0",