|
|
@@ -33,12 +33,12 @@ export default class EntryAbility extends UIAbility {
|
|
|
|
|
|
|
|
|
// 动态引入: 仅在 DEBUG 模式下引入该模块
|
|
|
- if (BuildProfile.DEBUG) {
|
|
|
- const pkg = '@hadss/debug-db';
|
|
|
- import(pkg).then(async (ns: ESObject) => {
|
|
|
- ns.DebugDB.initialize(this.context, { port: 8080, defaultStart: true });
|
|
|
- });
|
|
|
- }
|
|
|
+ // if (BuildProfile.DEBUG) {
|
|
|
+ // const pkg = '@hadss/debug-db';
|
|
|
+ // import(pkg).then(async (ns: ESObject) => {
|
|
|
+ // ns.DebugDB.initialize(this.context, { port: 8080, defaultStart: true });
|
|
|
+ // });
|
|
|
+ // }
|
|
|
RelationalStoreUtils.initReplayCloudStore(this.context, null, BuildProfile.DEBUG)
|
|
|
|
|
|
|