Closed braebo closed 10 months ago
DEBUG=1 creates .extractinator/dts-debug which doesn't change on re-run. This makes sense when running pnpm playground internally, but not when debugging elsewhere.
DEBUG=1
.extractinator/dts-debug
pnpm playground
DEBUG=1
creates.extractinator/dts-debug
which doesn't change on re-run. This makes sense when runningpnpm playground
internally, but not when debugging elsewhere.