UNPKG

@underpostnet/underpost

Version:

Underpost Platform — end-to-end CI/CD and application-delivery toolchain CLI. Covers bare metal, Kubernetes, K3s, kubeadm, LXD, container/image orchestration, secrets, databases, cron jobs, monitoring, SSH, runners, PWA + Workbox delivery, and release orc

10 lines (7 loc) 159 B
import { RichText } from './RichText.js'; const Blog = { Render: async function () { return html`${await RichText.Render()}`; }, }; export { Blog };