WIP Implement search and watch prototype

This commit is contained in:
2025-06-23 00:53:12 +05:00
parent 2ca6a63e39
commit ef68e4a84d
22 changed files with 737 additions and 178 deletions

View File

@ -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'
},
}