/** * Full ESM bundle — core SDK plus recorder and web-vitals pre-registered on * `__VTiltExtensions__`. Same role as PostHog's `module.full.es.ts`. * * Chat is not included (see `module.full.chat.es.ts` or side-effect-import * `./chat` before init). Matches PostHog keeping `conversations` out of the * default full bundle because of bundle size. */ import "./all-external-dependencies"; import vt from "./module.es"; export * from "./module.es"; export default vt;