From 803f264a2f0d8e832e804fc7114c6eb18a618ab4 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Fri, 29 Aug 2025 20:28:00 -0500 Subject: [PATCH] fix serve filepath issue --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index e4e45dc..f400322 100644 --- a/justfile +++ b/justfile @@ -1,2 +1,2 @@ serve: - stlthumb.py serve --host 0.0.0.0 --port 8037 + ./stlthumb.py serve --host 0.0.0.0 --port 8037