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"