fix: SQLite boolean binding, CSS brace, race condition, 0 npm vulns, code-splitting

This commit is contained in:
Leopoldadmin
2026-07-04 16:08:51 +02:00
parent a4371ca3ce
commit 0606dbb501
20 changed files with 1070 additions and 53 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
cd /data/web-cad-neu
echo "[$(date)] Pulling latest code..."
git pull origin main
git pull origin master
echo "[$(date)] Building backend image..."
docker build -t web-cad-neu-backend:latest ./backend
echo "[$(date)] Building frontend image..."