Bind locally

This commit is contained in:
Logan Cusano
2025-07-13 20:00:23 -04:00
parent e7498a9f8b
commit 6e2e87edc4

View File

@@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev --hostname 0.0.0.0",
"build": "next build", "build": "next build",
"start": "next start -p 3000", "start": "next start -p 3000",
"lint": "next lint" "lint": "next lint"