diff --git a/justfile b/justfile index c9402c9..c386f3c 100644 --- a/justfile +++ b/justfile @@ -43,5 +43,8 @@ prod-deploy: prod-logs: ssh 192.168.1.3 'journalctl --unit ascend.service' -discord: +leptos-discord: xdg-open "https://discord.com/channels/1031524867910148188/1031524868883218474" + +leptos-issues: + xdg-open "https://github.com/leptos-rs/leptos/issues"