feat: Admin Area General Settings and Categories

This commit is contained in:
OpenVelo Agent
2026-07-22 11:45:21 +00:00
parent de527ec6d6
commit f4648a3730
34 changed files with 7349 additions and 62 deletions
+3
View File
@@ -7,6 +7,9 @@ mkdir -p /data/hipctf/uploads
echo "[setup] Installing root dependencies..."
npm ci --no-audit --no-fund || npm install --no-audit --no-fund
echo "[setup] Rebuilding better-sqlite3 native binding (guarantees DB drivers work)"
npm rebuild better-sqlite3 --build-from-source || npm rebuild better-sqlite3
echo "[setup] Building Angular frontend..."
npm --workspace frontend run build