updateweb

This commit is contained in:
Local Server
2025-12-14 17:42:13 -06:00
parent 61929a5daf
commit 701f799cde
9 changed files with 436 additions and 1 deletions

4
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