how to run next js in different port code example
Example 1: run nextjs in separate port
npm run dev -- -p 3005
Example 2: how to change port in next js
how to change port in next js
npm run dev -- -p 3005
how to change port in next js