feat: Configure Next.js to listen on all interfaces and custom port

Co-authored-by: lukeslakemail <lukeslakemail@gmail.com>
This commit is contained in:
Cursor Agent
2025-10-19 20:11:39 +00:00
parent d2c72f1250
commit bff5396745

View File

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