feat: update project configuration and enhance project manager functionality
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user