diff --git a/dev.sh b/dev.sh deleted file mode 100755 index e50234c95..000000000 --- a/dev.sh +++ /dev/null @@ -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 \ No newline at end of file diff --git a/migrate-webhooks.sh b/scripts/migrate-webhooks.sh similarity index 100% rename from migrate-webhooks.sh rename to scripts/migrate-webhooks.sh