UNPKG

hosty

Version:

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

7 lines 277 B
export function ufw(name, attrs, common = {}) { return { name, 'community.general.ufw': attrs, ...common }; } export function git_config(name, attrs, common = {}) { return { name, 'community.general.git_config': attrs, ...common }; } //# sourceMappingURL=general.js.map