feat: version number links to releases

This commit is contained in:
2026-05-27 06:45:16 +00:00
parent 616744015f
commit e961afc36a
2 changed files with 10 additions and 5 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
#!/bin/bash
set -e
if [ ! -f static/dist/index.html ]; then
echo "Building frontend..."
(cd frontend && npm ci && npm run build)
fi
echo "Building frontend..."
(cd frontend && npm ci && npm run build)
echo "Starting app..."
python app.py