hosty
Version:
A code based opinionated way to self-host and manage web apps.
5 lines • 516 B
TypeScript
import * as ansible from './ansible/index.js';
import { HostyInstance, RunOptions, Server, Service } from './types.js';
export declare const deploy: (server: Server, ...services: Service[]) => void, destroy: (server: Server, ...services: Service[]) => void, playbook: () => ansible.Playbook, write: (playbookPath: string) => Promise<void>, run: (options?: Partial<RunOptions>) => Promise<import("child_process").ChildProcess>;
export declare function instance(): HostyInstance;
//# sourceMappingURL=instance.d.ts.map