2025-04-02 06:50:39 -04:00

10 lines
121 B
JavaScript

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