Initial commit - Church Music Database

This commit is contained in:
2026-01-27 18:04:50 -06:00
commit d367261867
336 changed files with 103545 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Pre-start check for frontend service
# Kills any development servers before starting production frontend
# Source the main kill script
/media/pts/Website/Church_HOP_MusicData/kill-dev-servers.sh
exit 0