eploy2
Version:
Easy deployment for any programming languages and also transfer the files to a server instantly with a single command
9 lines • 487 B
TypeScript
import { ServerMessage, CloudConfig, ExtWebSocket, TransferConfig } from './../interfaces';
declare class ServerHelper {
handleMessage(serverMessage: ServerMessage, ws: ExtWebSocket): void;
navigateToAppPathAndLaunchScript(ws: ExtWebSocket, cloudConfig?: CloudConfig): Promise<void>;
runFilesExtract(ws: ExtWebSocket, transferConfig?: TransferConfig): Promise<void>;
}
declare const _default: ServerHelper;
export default _default;
//# sourceMappingURL=server.helper.d.ts.map