bump
This commit is contained in:
@@ -4,15 +4,15 @@ import './page/index.ts';
|
||||
|
||||
import './resource/index.ts';
|
||||
|
||||
// import './prompt-graph/index.ts';
|
||||
import './prompt-graph/index.ts';
|
||||
|
||||
import './agent/index.ts';
|
||||
|
||||
import './user/index.ts';
|
||||
|
||||
// import './chat-prompt/index.ts';
|
||||
import './chat-prompt/index.ts';
|
||||
|
||||
// import './chat-history/index.ts';
|
||||
import './chat-history/index.ts';
|
||||
|
||||
import './github/index.ts';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { app } from '@/app.ts';
|
||||
// import { app } from '@/app.ts';
|
||||
import { manager, loadManager, app as ManagerApp } from '@kevisual/local-app-manager';
|
||||
export const existDenpend = [
|
||||
'sequelize', // commonjs
|
||||
@@ -13,6 +13,7 @@ export const existDenpend = [
|
||||
];
|
||||
// export const manager = new Manager({ mainApp: app });
|
||||
export { manager };
|
||||
|
||||
console.log('app equal', app === ManagerApp);
|
||||
// console.log('app', app, );
|
||||
// console.log('app2 context', global.context);
|
||||
// console.log('app equal', app === ManagerApp);
|
||||
loadManager();
|
||||
|
||||
Reference in New Issue
Block a user