@forestadmin/forest-cloud
Version:
Utility to bootstrap and publish forest admin cloud projects customization
5 lines • 330 B
TypeScript
import type BootstrapPathManager from './bootstrap-path-manager';
import type { EnvironmentVariables } from '../types';
import HttpServer from './http-server';
export default function bootstrap(vars: EnvironmentVariables, httpServer: HttpServer, paths: BootstrapPathManager): Promise<void>;
//# sourceMappingURL=bootstrap.d.ts.map