mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
chore: clean up root directory - move scripts to scripts folder
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user