Files
dbis_core/scripts/fix-frontend.sh

5 lines
210 B
Bash
Raw Normal View History

2026-01-02 20:27:42 -08:00
#!/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!'"