astro-ghostcms/.pnpm-store/v3/files/36/92b3a9908455b320539a495ed42...

10 lines
147 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
const indexGenerate = require('../node/index-generate.cjs');
const config = {
node: indexGenerate
};
module.exports = config;