Files
Admin_dash/start.sh
2026-02-08 03:20:36 -05:00

7 lines
102 B
Bash
Executable File

#!/bin/sh
# Start the background monitor
node monitor.js &
# Start the Next.js server
node server.js