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