UNPKG

hosty

Version:

A code based opinionated way to self-host and manage web apps.

9 lines 251 B
import { Block } from '../ansible/types.js'; type Config = { domain: string; ports_var: string; caddyfile_path: string; }; export declare function create_domain(config: Config): Block; export {}; //# sourceMappingURL=create_domain.d.ts.map