From 23089eb93bdeaf8e9c626177453e08ae7e716ac9 Mon Sep 17 00:00:00 2001 From: lew Date: Sat, 4 Apr 2026 22:56:47 +0100 Subject: [PATCH] fix: list by default --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 106ba57..f686184 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,5 @@ -set default := 'list' +default: + @just --list [doc("Build and activate the new configuration immediately")] deploy: