Skip to content

Commit 773c947

Browse files
committed
fix: export defaultConfig
1 parent 51b1caf commit 773c947

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,6 @@ const prepareSolrClient = config => ({
137137
})
138138

139139
module.exports = {
140-
prepareSolrClient
140+
prepareSolrClient,
141+
defaultConfig
141142
}

0 commit comments

Comments
 (0)