change port nextjs code example
Example 1: nextjs change port
"scripts": {
"dev": "next -p 8080"
},
Example 2: how to change port in next js
scripts: { "dev": "next -p 8000" }
Example 3: how to change port in next js
how to change port in next js