@forestadmin/forest-cloud
Version:
Utility to bootstrap and publish forest admin cloud projects customization
13 lines • 489 B
TypeScript
export default class DistPathManager {
private readonly cloudCustomizerPath;
constructor(cloudCustomizerPath?: string);
get zip(): string;
get zipPath(): string;
get distCodeCustomizations(): string;
get distCodeCustomizationsPath(): string;
get localDatasources(): string;
get localDatasourcesPath(): string;
get localCloudEnvironmentConfig(): string;
get localCloudEnvironmentConfigPath(): string;
}
//# sourceMappingURL=dist-path-manager.d.ts.map