diff --git a/package.json b/package.json index acc09fd..b4798d6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev", + "dev": "echo '\\n → Local: http://localhost:3000/landingpage\\n → Network: http://192.168.179.124:3000/landingpage\\n' && next dev", "build": "next build && rm -rf landingpage && mv out landingpage", "start": "next start", "lint": "eslint ."