add Justfile with git push shortcut

This commit is contained in:
Justin Blake 2026-08-16 09:18:24 -04:00
parent a367738501
commit c9a2f96c7b
No known key found for this signature in database
GPG key ID: E70CAC45C816AAEA
3 changed files with 126 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{
"packages": [
"gren@0.6.5"
"gren@0.6.5",
"just@latest"
]
}