Files
dealplustech/dealplustech-astro/node_modules/css-tree/cjs/syntax/config/generator.cjs
2026-03-02 12:35:14 +07:00

10 lines
147 B
JavaScript

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