@forestadmin/forest-cloud
Version:
Utility to bootstrap and publish forest admin cloud projects customization
7 lines • 357 B
TypeScript
import { AgentOptions } from '@forestadmin/agent';
import DistPathManager from './dist-path-manager';
export declare function startingAgent(distPathManager: DistPathManager, { forestServerUrl, envSecret }: {
forestServerUrl: any;
envSecret: any;
}, logger: AgentOptions['logger']): Promise<void>;
//# sourceMappingURL=starting-agent-locally.d.ts.map