Updatweb
This commit is contained in:
4
scripts/pre-start.sh
Executable file
4
scripts/pre-start.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Kill any existing SkyArtShop node processes before starting
|
||||
pkill -f "node.*SkyArtShop/backend/server.js" 2>/dev/null || true
|
||||
sleep 1
|
||||
Reference in New Issue
Block a user