UNPKG

@forestadmin/forest-cloud

Version:

Utility to bootstrap and publish forest admin cloud projects customization

4 lines 246 B
import type DistPathManager from './dist-path-manager'; import type HttpServer from './http-server'; export default function publish(httpServer: HttpServer, distPathManager: DistPathManager): Promise<string>; //# sourceMappingURL=publish.d.ts.map