From cb592195189685471f054578390b5a6f3440187e Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 20 Jan 2026 15:39:45 -1000 Subject: Add STATIC_DIR configuration support Allow static file directory to be configured via environment variable for flexible deployment layouts. Also fix gitignore to not ignore cmd/dashboard directory. Co-Authored-By: Claude Opus 4.5 --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7d9e991..6422d88 100644 --- a/.gitignore +++ b/.gitignore @@ -51,5 +51,5 @@ package-lock.json # Build artifacts web/static/css/output.css -# Compiled binary -dashboard +# Compiled binary (at root only) +/dashboard -- cgit v1.2.3