Oprava buildu
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
Martin Berka 2025-03-05 22:16:42 +01:00
parent e55ee7c11e
commit 30005a4818
2 changed files with 3 additions and 11 deletions

View File

@ -1,8 +0,0 @@
import { client } from '../../../types/gen/client.gen';
import { getToken } from '../Utils';
client.setConfig({
auth: () => getToken(),
});
export default client

View File

@ -1,11 +1,11 @@
import { defaultPlugins } from '@hey-api/openapi-ts';
// import { defaultPlugins } from '@hey-api/openapi-ts';
export default {
input: 'api.yml',
output: 'gen',
plugins: [
...defaultPlugins,
'@hey-api/client-fetch',
// ...defaultPlugins,
// '@hey-api/client-fetch',
{
enums: 'javascript',
name: '@hey-api/typescript',