UNPKG

1 kBTypeScriptView Raw
1import { ServiceType } from "@excitare/cli-types";
2import { IConfiguration } from ".";
3export declare type ModulePaths = ReturnType<typeof resolveModulePaths>;
4export declare function resolveModulePaths(type: ServiceType, configuration: IConfiguration, dev: boolean): {
5 reactDir: string | null;
6 reactDomDir: string | null;
7 entry: string[];
8 entryNextDir: string | null;
9 entryGraphqlPath: string | null;
10 entryServiceDir: string | null;
11 configurationDir: string | null;
12 cliConfigNextPath: string | null;
13 cliConfigWebpackPath: string | null;
14 clientNextPath: string | null;
15 cliPath: string;
16 graphqlPath: string | null;
17 nextServerPath: string | null;
18 nextPath: string | null;
19 clientDir: string | null;
20 routesDir: string | null;
21 nyckelAuthDir: string | null;
22 nyckelExpressDir: string | null;
23 nyckelManagementDir: string | null;
24 nyckelSessionsDir: string | null;
25};
26//# sourceMappingURL=modulePaths.d.ts.map
\No newline at end of file