From 14d15f2ef1a06be43ef02650460fbf6dbed98bba Mon Sep 17 00:00:00 2001 From: Cassie Jones Date: Sat, 5 Oct 2024 11:47:42 -0700 Subject: [PATCH] Add a debug command to the Justfile --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index d19111b..49e1127 100644 --- a/Justfile +++ b/Justfile @@ -1,2 +1,5 @@ serve: npx @11ty/eleventy --serve + +debug: + DEBUG='Eleventy*' npx @11ty/eleventy --serve -- 2.47.0