eploy2
Version:
Easy deployment for any programming languages and also transfer the files to a server instantly with a single command
8 lines • 380 B
TypeScript
export declare const run: () => Promise<void>;
export declare const start: (args: any) => Promise<void>;
export declare const restart: () => Promise<void>;
export declare const stop: () => Promise<void>;
export declare const deleteService: () => Promise<void>;
declare const confirmDelete: () => Promise<void>;
export { confirmDelete };
//# sourceMappingURL=manage-server.d.ts.map