Support mobile app local development access from devices over nip.io

This commit is contained in:
Jay Ohms
2026-01-05 09:31:27 -05:00
parent abe16bf055
commit ea43d81850
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -45,4 +45,4 @@ else
echo "Login with david@example.com to: http://fizzy.localhost:$PORT/"
fi
./bin/rails server -p $PORT
./bin/rails server -b 0.0.0.0 -p $PORT