dev: #!/usr/bin/env sh trap 'kill 0' EXIT cd backend && onchange src -ik -- bash -c 'RUST_LOG=backend=info cargo run' & cd frontend && bun dev & wait