@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
12 lines • 325 B
TypeScript
interface StrapiMonorepo {
path: string;
}
/**
* Load information about the strapi CMS monorepo (if applicable)
*
* @internal
*/
declare function loadStrapiMonorepo(cwd: string): Promise<StrapiMonorepo | undefined>;
export { loadStrapiMonorepo };
export type { StrapiMonorepo };
//# sourceMappingURL=monorepo.d.ts.map