Files
dns-server/node_modules/css-tree/cjs/syntax/config/walker.cjs
T
Alex Yang f627244b8f 更新
2026-03-30 01:04:46 +08:00

10 lines
122 B
JavaScript

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