mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 01:45:53 +00:00
3dce31f6a1
* refactor: client application * feat: application * fix: improve code * fix: app plugin * fix: app plugin * fix: china region plugin
13 lines
374 B
JavaScript
Executable File
13 lines
374 B
JavaScript
Executable File
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];
|
|
},
|
|
});
|
|
});
|