feat:增加meilisearch

- todo:软删除问题
This commit is contained in:
2023-12-17 13:28:39 +08:00
parent 431246bc23
commit b37dfa8103
23 changed files with 468 additions and 65 deletions
+9
View File
@@ -0,0 +1,9 @@
import { MelliConfig } from '@/modules/meilisearch/types';
export const meilli = (): MelliConfig => [
{
name: 'default',
host: 'http://localhost:7700',
apiKey: '12345678910',
},
];