chore: add dev:host script for network testing

This commit is contained in:
Andrej Spielmann
2026-03-26 15:10:02 +01:00
parent ee07a817b0
commit 8a6db1527b
+1
View File
@@ -4,6 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"dev:host": "next dev --hostname 192.168.101.111",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "eslint" "lint": "eslint"