/** * Auto-start entry. Importing this module (as the Vite plugin does) * boots a RuntimeClient using the config planted on `window.__HARNESSA_FE__`. * * Idempotent: importing twice is a no-op. */ export { RuntimeClient, tryInheritFromParent } from './client.js'; export type { ClientOptions, ParentInheritance } from './client.js';