Fix TypeScript build errors
This commit is contained in:
4
scripts/fix-frontend.sh
Executable file
4
scripts/fix-frontend.sh
Executable 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!'"
|
||||
Reference in New Issue
Block a user