@areslabs/alita-core
Version:
alita-core
20 lines (18 loc) • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* Copyright (c) Areslabs.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
const configure = {
// TODO 可配置,适配其他小程序
mpGlobalObject: "wx"
};
var _default = configure;
exports.default = _default;