Skip to content

Commit

Permalink
Export IndexSetter
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jun 25, 2024
1 parent 388de8d commit 899c1dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import settings from "./settings.js";
import Statistics from "./statistics.js";
import IndexManager from "./index-manager.js";
import IndexSetter from "./index-setter.js";
import CrateDocManager from "./crate-manager.js";
import { Compat, HistoryCommand } from "../core/index.js";
import DescShardManager from "./search/docs/desc-shard.js";

export {
settings,
Statistics,
IndexSetter,
IndexManager,
CrateDocManager,
DescShardManager,
Expand Down

0 comments on commit 899c1dd

Please sign in to comment.