@knapsack/https
Version:
Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.
11 lines • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.log = void 0;
// @todo replace with actual logger once made. had to remove dependency on `@knapsack/app` b/c it was cyclical dependency
exports.log = {
info: console.log,
warn: console.warn,
verbose: console.log,
error: console.error,
};
//# sourceMappingURL=log.js.map