@@ -0,0 +1,4 @@
#!/bin/bash
(podman compose up -d) &
(cd backend && uv run manage.py runserver) &
(cd frontend && bun run dev)
The note is not visible to the blocked user.