@@ -0,0 +1,6 @@
dev:
#!/usr/bin/env sh
trap 'kill 0' EXIT
cd backend && cargo run &
cd frontend && bun dev &
wait
The note is not visible to the blocked user.