Files

10 lines
147 B
JavaScript
Raw Permalink Normal View History

2025-03-07 22:27:18 +08:00
'use strict';
const indexGenerate = require('../node/index-generate.cjs');
const config = {
node: indexGenerate
};
module.exports = config;