@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
trap 'kill 0' EXIT
(cd mengyaprofile-backend && python app.py) &
(cd mengyaprofile-frontend && npm start) &
wait
The note is not visible to the blocked user.