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 7f9a257961
commit 112c994d2d
2 changed files with 0 additions and 13 deletions

13
dev.sh
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