| 1 | import express from "express"; |
| 2 | import dnsPlugins from "../certbot/dns-plugins.json" with { type: "json" }; |
| 3 | import { installPlugin } from "../lib/certbot.js"; |
| 4 | import { debug, express as logger } from "../logger.js"; |
nothing calls this directly
no test coverage detected