From 2fc8dd57cd3d37f137ca74752d04d8082e165c4a Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 10 Sep 2024 02:08:20 +0200 Subject: [PATCH] Restructure justfile --- Justfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 12cadfb..4370787 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,8 @@ +run: + go run ./http-serve.go + get-htmx: curl -O -lSSL https://unpkg.com/htmx.org@2.0.2/dist/htmx.min.js -run: - go run ./http-serve.go +clean: + rm -r .go