From eb42745383094484c670ab8df9e2e53a9ab750c6 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 30 Aug 2024 08:17:10 +0100 Subject: [PATCH] build: add start-mac-tunnel --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index efcd8c8..8838ff6 100644 --- a/justfile +++ b/justfile @@ -21,6 +21,9 @@ start-ngrok: ngrok http --domain=${NGROK_DOMAIN} 8080 fi +start-mac-tunnel: + ssh dagon -R7777:localhost:8888 + coverage-update: cargo tarpaulin --lib --out html echo "Now:\n\topen tarpaulin-report.html"