fix: update mobile URL label in server startup message

This commit is contained in:
himanshu8443
2025-06-30 16:22:31 +05:30
parent 18a8a447a2
commit 310efc95cc

View File

@@ -162,7 +162,7 @@ class DevServer {
🚀 Vega Providers Dev Server Started!
📡 Server URL: http://localhost:${this.port}
📱 Mobile URL: http://${localIp}:${this.port}
📱 Mobile Test URL: http://${localIp}:${this.port}
💡 Usage:
1. Run 'npm run auto' to to start the dev server ☑️