astro-ghostcms/.pnpm-store/v3/files/24/6ae080f53b9acb4f76e7d010871...

10 lines
175 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
const lib = require("../dist/index.cjs");
module.exports = lib.consola;
for (const key in lib) {
if (!(key in module.exports)) {
module.exports[key] = lib[key];
}
}