From 112c994d2d28fa77cccefd91aa9e508e02adbfab Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Wed, 27 Aug 2025 20:48:51 +0000 Subject: [PATCH] chore: clean up root directory - move scripts to scripts folder --- dev.sh | 13 ------------- migrate-webhooks.sh => scripts/migrate-webhooks.sh | 0 2 files changed, 13 deletions(-) delete mode 100755 dev.sh rename migrate-webhooks.sh => scripts/migrate-webhooks.sh (100%) 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