Add LAN-friendly dev scripts and env examples

This commit is contained in:
Abhimanyu Saharan
2026-02-01 22:31:42 +05:30
parent 3e4a6cf441
commit 01c8a64a6d
3 changed files with 12 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"dev:lan": "next dev --hostname 0.0.0.0 --port 3000"
},
"dependencies": {
"next": "16.1.6",