diff --git a/shared/scripts/remote-studio.sh b/shared/scripts/remote-studio.sh index 2484260..6ab9123 100755 --- a/shared/scripts/remote-studio.sh +++ b/shared/scripts/remote-studio.sh @@ -18,7 +18,11 @@ if [ -z "$VPS_HOST" ] || [ -z "$VPS_USER" ]; then fi echo "🔮 Establishing secure tunnel to Drizzle Studio..." -echo "📚 Studio will be accessible at: https://local.drizzle.studio" +echo "" +echo "📚 Open this URL in your browser:" +echo " https://local.drizzle.studio?host=127.0.0.1&port=4983" +echo "" +echo "💡 Note: Drizzle Studio works via their proxy service, not direct localhost." echo "Press Ctrl+C to stop the connection." # -N means "Do not execute a remote command". -L is for local port forwarding.