From 289ffc85af9ce31ef03fe457ab3ba6b25408e789 Mon Sep 17 00:00:00 2001 From: BELIM MAUDDIN Date: Fri, 16 Jan 2026 10:41:33 +0530 Subject: [PATCH] Add SSH command for local tunneling --- docs/the-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the-basics.md b/docs/the-basics.md index 714a46e..2f1423c 100644 --- a/docs/the-basics.md +++ b/docs/the-basics.md @@ -1,4 +1,4 @@ ---- +ssh -R 80:localhost:3000 localhost.run--- id: the-basics title: The Basics sidebar_label: The Basics