Fix TypeScript build errors

This commit is contained in:
defiQUG
2026-01-02 20:27:42 -08:00
parent 849e6a8357
commit d4fb8e77cb
295 changed files with 18595 additions and 1391 deletions

4
scripts/fix-frontend.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Quick Frontend Fix - Run on Proxmox Host
VMID=10130
pct exec $VMID -- bash -c "cd /opt/dbis-core/frontend && npm install && npm run build && systemctl restart nginx && echo '✅ Frontend fixed!'"