Compare commits

...

3 Commits

Author SHA1 Message Date
7d4473075f Fix
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
2025-03-05 22:19:00 +01:00
a9f561ae32 Oprava závislostí 2025-03-05 22:17:45 +01:00
452f3a6fa7 Oprava závislostí 2025-03-05 22:16:42 +01:00
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',