getPaths.d.ts 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import { IServicePaths } from './types'; export default function getServicePaths({ cwd, config, env, }: { cwd: string; config: any; env?: string; }): IServicePaths;