Add the following to your projects package.json.
next dev -p 3001
{
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
July 27, 2022
Add the following to your projects package.json.
next dev -p 3001
{
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
}