/** * Common functionality used by cli, backend, and create-app * * @packageDocumentation */ export { findPaths, BACKSTAGE_JSON } from './paths'; export { isChildPath } from './isChildPath'; export type { Paths, ResolveFunc } from './paths';