@ -46,7 +46,8 @@ stop_server() {
start_server() {
if ! is_server_running; then
log "Starting Node server..."
npm run start &
# Start the server and connect stdin
npm run start < /dev/stdin &
sleep 2 # Wait for the server to start
if is_server_running; then
The note is not visible to the blocked user.