shadow-cljs 2026-02-07

I'm developing a Node CLI with shadow (#nbb) . When I run it in development, I'm seeing shadow output:

$ ./cli.js
Welcome to nbb v1.3.205!
user=> shadow-cljs - #3 ready!

Another problem. The CLI keeps hanging.... is something being injected in the program?

Oh yes:

:devtools {:enabled false}
facepalm

👍 1