Add API monorepo
Change-Id: I39aa1707744bb86c4bc9113157bbf815bb3fe33a
This commit is contained in:
parent
b87cff043a
commit
5246efb027
56 changed files with 251 additions and 22 deletions
14
source/ui/openapi-config.ts
Normal file
14
source/ui/openapi-config.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
// @ts-nocheck
|
||||
import type { ConfigFile } from '@rtk-query/codegen-openapi';
|
||||
|
||||
const config: ConfigFile = {
|
||||
schemaFile: '',
|
||||
apiFile: './src/api/emptyApi.ts',
|
||||
apiImport: 'emptyApi',
|
||||
hooks: { lazyQueries: true, mutations: true, queries: true },
|
||||
tag: false,
|
||||
outputFiles: {
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
Loading…
Add table
Add a link
Reference in a new issue