add process

This commit is contained in:
xiongxiao
2026-01-13 18:06:05 +08:00
parent 881fa3318a
commit 285cdddb43
8 changed files with 86 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import { CNBCore, CNBCoreOptions } from "./cnb-core.ts";
import { Workspace } from "./workspace.ts";
import { Workspace } from "./workspace/index.ts";
import { KnowledgeBase } from "./knowledge/index.ts";
import { Repo } from "./repo/index.ts";
import { User } from "./user/index.ts";
@@ -59,7 +59,7 @@ export class CNB extends CNBCore {
}
}
export * from './workspace.ts'
export * from './workspace/index.ts'
export * from './cnb-core.ts'
export * from './knowledge/index.ts'
export * from './repo/index.ts'