chore: clean up root directory - move scripts to scripts folder

This commit is contained in:
Pulse Monitor
2025-08-27 20:48:51 +00:00
parent 7c4207870e
commit 52ea3811fb
2 changed files with 0 additions and 13 deletions
-13
View File
@@ -1,13 +0,0 @@
#!/bin/bash
# Development script with hot-reload
cd /opt/pulse || exit 1
echo "Starting Pulse development mode..."
echo "Backend will auto-restart on .go file changes"
echo ""
echo "Press Ctrl+C to stop"
echo ""
# Start the backend-watch script
exec ./scripts/backend-watch.sh