Skip to content

Commit

Permalink
feat: add meilisearch plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrgt committed Jan 29, 2024
1 parent ac54005 commit 7c1a9de
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cms/config/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ export default ({ env }) => ({
},
},
},
});
meilisearch: {
config: {
host: env('MEILISEARCH_HOST'),
apiKey: env('MEILISEARCH_MASTER_KEY'),
}
}
});
32 changes: 32 additions & 0 deletions cms/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.3.4",
"strapi-plugin-meilisearch": "^0.10.0",
"styled-components": "^5.3.3"
},
"strapi": {
Expand Down

0 comments on commit 7c1a9de

Please sign in to comment.