feat: update project configuration and enhance project manager functionality

This commit is contained in:
xiongxiao
2026-03-13 17:40:03 +08:00
committed by cnb
parent 1b131b3961
commit 24c8b5f923
8 changed files with 53 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ import { useKey, useContextKey } from '@kevisual/context';
export const app = useContextKey<App>('app', new App());
export const manager = useContextKey<ProjectManager>('project-manager', new ProjectManager({
meiliSearchOptions: {
apiHost: 'http://localhost:7700',
apiKey: useKey('CNB_TOKEN')
}
}));