Files
SkyArtShop/scripts/pre-start.sh
Local Server e4b3de4a46 Updatweb
2025-12-19 20:44:46 -06:00

5 lines
148 B
Bash
Executable File

#!/bin/bash
# Kill any existing SkyArtShop node processes before starting
pkill -f "node.*SkyArtShop/backend/server.js" 2>/dev/null || true
sleep 1