build: add start-mac-tunnel
This commit is contained in:
parent
6efe82d5b6
commit
6e3aef2e84
1 changed files with 3 additions and 0 deletions
3
justfile
3
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"
|
||||
|
|
Loading…
Reference in a new issue