lol, the #atproto fix was easy. Hard part was figuring out why lex-cli stopped running. Luckily Node.js has a debugger (inspector). Long story short, Node looks at "type" in "package.json" to figure out import module type (CJS or ESM). Bleh. I wanted to avoid ".cjs" files, but that's Node for ya. ๐คฆ