File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // place files you want to import through the `$lib` alias in this folder.
2- export { ISolutionFinder , LocalSolutionFinder } from "./finder/index" ;
1+ export { ISolutionFinder , LocalSolutionFinder } from "./finder" ;
32
43export {
54 ModRepositoryName ,
@@ -9,18 +8,15 @@ export {
98 ModSearchMetadata ,
109} from "./types" ;
1110
12- export { createModRepository } from "./repos/utils" ;
13-
14- export { ModrinthRepository } from "./repos/ModrinthRepository" ;
15- export { CurseForgeRepository } from "./repos/CurseForgeRepository" ;
16-
1711export type {
1812 MCConfig ,
1913 ModAndRelease ,
2014 ModAndReleases ,
2115 ModRelease ,
2216 MCVersion ,
2317} from "./types" ;
24- export type { IRepository } from "./repos/IRepository" ;
2518
2619export { ModQueryService , Constraints } from "./ModQueryService" ;
20+
21+ export { ModrinthRepository , CurseForgeRepository , createModRepository } from "./repos" ;
22+ export type { IRepository } from "./repos" ;
Original file line number Diff line number Diff line change 1+
2+ export { createModRepository } from "./utils" ;
3+
4+ export { ModrinthRepository } from "./ModrinthRepository" ;
5+ export { CurseForgeRepository } from "./CurseForgeRepository" ;
6+ export type { IRepository } from "./IRepository" ;
You can’t perform that action at this time.
0 commit comments