mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:45:10 +00:00
13 lines
374 B
JavaScript
13 lines
374 B
JavaScript
|
var _useExportServer = require('./lib/server');
|
||
|
|
||
|
Object.keys(_useExportServer).forEach(function (key) {
|
||
|
if (key === 'default' || key === '__esModule') return;
|
||
|
if (key in exports && exports[key] === _useExportServer[key]) return;
|
||
|
Object.defineProperty(exports, key, {
|
||
|
enumerable: true,
|
||
|
get: function get() {
|
||
|
return _useExportServer[key];
|
||
|
},
|
||
|
});
|
||
|
});
|