diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-20 15:39:45 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-20 15:39:45 -1000 |
| commit | cb592195189685471f054578390b5a6f3440187e (patch) | |
| tree | fb94188f9ad70dfb6e1237fb11124d4a4d234b1c /.gitignore | |
| parent | 0d6d1c3a5bba2777be2f0d9bca30b86ace343757 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,5 +51,5 @@ package-lock.json # Build artifacts web/static/css/output.css -# Compiled binary -dashboard +# Compiled binary (at root only) +/dashboard |
