The Slack integration fails to start with TypeError: App is not a constructor. This is caused by an import compatibility issue with @slack/bolt in certain Node.js environments (CJS/ESM interop). The current default export handling in provider.ts works on certain node revs and bun, but not in others. (v25.2.1 is broken for ex)