16 lines
337 B
JavaScript
16 lines
337 B
JavaScript
export const search = {
|
|
input: './openapi/search.json',
|
|
output: {
|
|
target: './openapi/search.ts',
|
|
baseUrl: 'http://localhost:8080'
|
|
},
|
|
};
|
|
|
|
export const extractor = {
|
|
input: './openapi/extractor.json',
|
|
output: {
|
|
target: './openapi/extractor.ts',
|
|
baseUrl: 'http://localhost:8081'
|
|
},
|
|
}
|