diff --git a/package.json b/package.json index a9b977ce..b1d167ce 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "dev": "next dev", "build": "next build", "start": "next start", + "start:dev": "next dev -p 3001", "lint": "next lint", "serve": "node server.js" },