renderersFromGlob
renderersFromGlob(
glob):Record<string,LazyRenderer>
Derives the registry from Vite’s import.meta.glob('./presentations/*.tsx'): each file’s
basename (without extension) is the Template externalId, and the module’s default export
is the renderer. presentations/hero.tsx → hero.
Parameters
Section titled “Parameters”Record<string, () => Promise<unknown>>
Returns
Section titled “Returns”Record<string, LazyRenderer>