File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
src/Umbraco.Cms.Integrations.Search.Algolia/Client Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ export default {
2
+ input : 'http://localhost:6583/umbraco/swagger/AlgoliaSearch/swagger.json' ,
3
+ output : {
4
+ lint : 'eslint' ,
5
+ path : 'generated' ,
6
+ } ,
7
+ schemas : false ,
8
+ services : {
9
+ asClass : true
10
+ } ,
11
+ types : {
12
+ enums : 'typescript' ,
13
+ }
14
+ }
15
+
Original file line number Diff line number Diff line change 12
12
"build" : " tsc && vite build" ,
13
13
"preview" : " vite preview" ,
14
14
"watch" : " vite build --watch" ,
15
- "generate:api" : " openapi-ts --input http://localhost:6583/umbraco/swagger/AlgoliaSearch/swagger.json --output src/api --debug true --enums typescript --lint true --schemas false "
15
+ "generate:api" : " openapi-ts"
16
16
},
17
17
"devDependencies" : {
18
18
"@hey-api/openapi-ts" : " ^0.37.3" ,
You can’t perform that action at this time.
0 commit comments