mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-08 18:21:55 +00:00
chore: clean up root directory - move scripts to scripts folder
This commit is contained in:
parent
7f9a257961
commit
112c994d2d
2 changed files with 0 additions and 13 deletions
13
dev.sh
13
dev.sh
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue