cleanup api
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-07-03 20:48:29 -04:00
parent 9158648f3f
commit 09daf6d511
30 changed files with 444 additions and 1597 deletions
+8 -2
View File
@@ -8,10 +8,16 @@ export default defineConfig({
target: 'src/generated',
schemas: 'src/generated/model',
client: 'react-query',
httpClient: 'fetch',
mock: false,
override: {
useQuery: true,
mutations: true,
fetch: {
includeHttpResponseReturnType: false,
},
mutator: {
path: './src/utils/apiFetch.ts',
name: 'apiFetch',
},
},
},
input: {