| 1 | #!/usr/bin/env -S node --max-old-space-size=8192 --expose-gc |
| 2 | // Must be first import. If the user explicitly opts into truecolor, this |
| 3 | // nudges chalk / supports-color before either package is initialized. |
| 4 | import './lib/forceTruecolor.js' |
nothing calls this directly
no test coverage detected