diff --git a/frontend/package.json b/frontend/package.json index 0a9f3d6..d2cdd55 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,6 +4,7 @@ "private": true, "scripts": { "dev": "next dev", + "dev:host": "next dev --hostname 192.168.101.111", "build": "next build", "start": "next start", "lint": "eslint"