Skip to main content
Glama
index.ts1.3 kB
/** * BundlerService Barrel Export * * Exports all BundlerService components for convenient importing. * The BundlerService abstraction allows different bundler/framework * combinations (Vite+React, Webpack+Vue, etc.) to be used interchangeably. * * @example * ```typescript * import { * BaseBundlerService, * ViteReactBundlerService, * createDefaultBundlerService, * type RenderOptions, * } from './BundlerService'; * * // Use the default bundler * const bundler = createDefaultBundlerService(); * await bundler.startDevServer('apps/my-app'); * * // Or use a custom bundler * const customBundler = new MyCustomBundlerService(); * ``` */ // Base class export { BaseBundlerService } from './BaseBundlerService'; // Default implementation export { ViteReactBundlerService } from './ViteReactBundlerService'; // Factory functions export { bundlerRegistry, createDefaultBundlerService, getBundlerService, getBundlerServiceFromConfig, registerBundlerService, resetBundlerServiceCache, type BundlerServiceFactory, } from './BundlerServiceFactory'; // Types export type { BuildOptions, BundlerServiceConfig, DevServerResult, PrerenderResult, RenderOptions, ServeComponentResult, } from './types'; export { DEFAULT_BUNDLER_CONFIG } from './types';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgiFlow/aicode-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server