feat: MeilisearchにIndexするノートの範囲を設定できるように (#101)

This commit is contained in:
まっちゃとーにゅ 2023-07-09 02:12:56 +09:00 committed by GitHub
parent b77e7361fc
commit 6611b74a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 1 deletions

View file

@ -63,6 +63,7 @@ export type Source = {
apiKey: string;
ssl?: boolean;
index: string;
scope?: 'local' | 'global' | string[];
};
proxy?: string;