@strapi/strapi
Version:
An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite
7 lines • 518 B
TypeScript
import type { InlineConfig, UserConfig } from 'vite';
import type { BuildContext } from '../create-build-context';
declare const resolveProductionConfig: (ctx: BuildContext) => Promise<InlineConfig>;
declare const resolveDevelopmentConfig: (ctx: BuildContext) => Promise<InlineConfig>;
declare const mergeConfigWithUserConfig: (config: InlineConfig, ctx: BuildContext) => Promise<UserConfig>;
export { mergeConfigWithUserConfig, resolveProductionConfig, resolveDevelopmentConfig };
//# sourceMappingURL=config.d.ts.map