Initial commit - ERP System

This commit is contained in:
root
2026-05-20 18:58:23 +00:00
commit e174936997
2697 changed files with 1628427 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
pkill -9 -f "next dev" || true
pkill -9 -f "next-server" || true
pkill -9 -f "npm run dev" || true
sleep 1
cd /opt/erp-system
nohup npm run dev > dev.log 2>&1 &
echo "Server restarted"