From b5fce1d30476c677f26003b7492ac6c2aab26df8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 22 Sep 2025 01:33:53 -0700 Subject: feat: Development commit --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index f400b0a..7dc195a 100644 --- a/justfile +++ b/justfile @@ -50,3 +50,6 @@ ios flags="": macos: just build just run + +commit: + git add . && git commit -am "feat: Development commit" -- cgit v1.2.3