fix: export fts adapters

This commit is contained in:
Aravinth Manivannan 2025-01-10 18:56:43 +05:30
parent 5dcae64a04
commit 4974f388d7
Signed by: realaravinth
GPG key ID: F8F50389936984FF
2 changed files with 3 additions and 3 deletions

View file

@ -2,4 +2,4 @@
// //
// SPDX-License-Identifier: AGPL-3.0-or-later // SPDX-License-Identifier: AGPL-3.0-or-later
mod meili; pub mod meili;

View file

@ -2,5 +2,5 @@
// //
// SPDX-License-Identifier: AGPL-3.0-or-later // SPDX-License-Identifier: AGPL-3.0-or-later
mod db; pub mod db;
mod full_text_search; pub mod full_text_search;