WIP Implement search and watch prototype
This commit is contained in:
@ -5,3 +5,11 @@ export const search = {
|
||||
baseUrl: 'http://localhost:8080'
|
||||
},
|
||||
};
|
||||
|
||||
export const extractor = {
|
||||
input: './openapi/extractor.json',
|
||||
output: {
|
||||
target: './openapi/extractor.ts',
|
||||
baseUrl: 'http://localhost:8081'
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user