@knapsack/app
Version:
Build Design Systems with Knapsack
12 lines • 596 B
JavaScript
;
/**
* Automatically provisions and installs locally-trusted TLS certificates for Node.js® https servers
* (including Express.js, etc.) using mkcert.
*
* Based originally on @small-tech/auto-encrypt-localhost with major modifications
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAutoGeneratedSSLCert = void 0;
var get_ssl_cert_1 = require("./lib/get-ssl-cert");
Object.defineProperty(exports, "getAutoGeneratedSSLCert", { enumerable: true, get: function () { return get_ssl_cert_1.getAutoGeneratedSSLCert; } });
//# sourceMappingURL=index.js.map