UNPKG

@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

4 lines 235 B
import type { BuildContext } from '../create-build-context'; declare const getUserConfig: <TConfig>(fileNames: string[], ctx: BuildContext) => Promise<TConfig | undefined>; export { getUserConfig }; //# sourceMappingURL=config.d.ts.map