IOweb/node_modules/css-tree/cjs/syntax/config/generator.cjs
2026-07-03 15:07:38 -05:00

9 lines
147 B
JavaScript

'use strict';
const indexGenerate = require('../node/index-generate.cjs');
const config = {
node: indexGenerate
};
module.exports = config;