/** * Find the pages for mini-program. * * @param {string} projectDir */ export default function findPages(projectDir: string): { configPath: string; configFilePath: string; jsPath: string; axmlPath: string; acssPath: string | undefined; jsonPath: string | undefined; }[];