merge: combine all features from both codebases - mobile dashboard + layer panel + notifications + shares + all fixes

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