Files
Admin_dash/start.sh

7 lines
102 B
Bash
Raw Permalink Normal View History

2026-02-08 03:20:36 -05:00
#!/bin/sh
# Start the background monitor
node monitor.js &
# Start the Next.js server
node server.js