/** * Vue-Skuilder Express API * * Provides programmatic access to the Express server for CLI studio mode * while preserving the primary standalone server functionality. */ export { createExpressApp, initializeServices } from './app-factory.js'; export type { ExpressServerConfig, ServerStartResult } from './types.js'; export type { AppConfig, VueClientRequest } from './app-factory.js'; export type { Env as EnvironmentConfig } from './utils/env.js'; //# sourceMappingURL=index.d.ts.map