:
# Start everything: Vite HMR + Rust backend (auto-rebuild if cargo-watch installed)
:
# Build React frontend into static/react/
:
# Build Rust backend (rebuilds frontend first)
: # Production-style: build frontend then cargo run
: # Pull + rebuild release binary
:
# Full deploy: update + install + restart service
: # Release build only (no git pull)
: