TenantAtlas/apps/platform/.pnpm-store/v10/files/f7/de3f266de487950a869922e912a77ff428db18d1a1b1d2bebf0e67c64a584203ffba8b6f916bdd3eb204c034166ef19885eb52025715778008b5ebbfe54017
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

12 lines
410 B
Plaintext

# Configuration
You might want to configure concurrently to always have certain flags on.
Any of concurrently's flags can be set via environment variables that are prefixed with `CONCURRENTLY_`.
```bash
$ export CONCURRENTLY_KILL_OTHERS=true
$ export CONCURRENTLY_HANDLE_INPUT=true
# Equivalent to passing --kill-others and --handle-input
$ concurrently nodemon "echo 'hey nodemon, you won't last long'"
```