mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 09:42:55 +00:00
10 lines
147 B
JavaScript
10 lines
147 B
JavaScript
'use strict';
|
|
|
|
const indexGenerate = require('../node/index-generate.cjs');
|
|
|
|
const config = {
|
|
node: indexGenerate
|
|
};
|
|
|
|
module.exports = config;
|