Skip to content

Commit e93a44d

Browse files
committed
add path for context
1 parent 47cf2f7 commit e93a44d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./algolia-index.context";

src/Umbraco.Cms.Integrations.Search.Algolia/Client/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"paths": {
2424
"@umbraco-integrations/algolia/generated": [
2525
"./generated/index.ts"
26+
],
27+
"@umbraco-integrations/algolia/context": [
28+
"./src/context/index.ts"
2629
]
2730
}
2831
},

0 commit comments

Comments
 (0)