1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00

Expose index

This commit is contained in:
adrinr 2023-03-15 17:39:06 +01:00
parent 900e6c8129
commit c763c6fae5
2 changed files with 2 additions and 0 deletions

View file

@ -8,3 +8,4 @@ export { default as Replication } from "./Replication"
export * from "../constants/db" export * from "../constants/db"
export { getGlobalDBName, baseGlobalDBName } from "../context" export { getGlobalDBName, baseGlobalDBName } from "../context"
export * from "./lucene" export * from "./lucene"
export * as searchIndexes from "./searchIndexes"

View file

@ -0,0 +1 @@
export * from "./searchIndexes"