This commit is contained in:
Local Server
2025-12-19 20:44:46 -06:00
parent 701f799cde
commit e4b3de4a46
113 changed files with 16673 additions and 2174 deletions

4
scripts/pre-start.sh Executable file
View 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