feat: add hey-api configuration and update OpenAPI TypeScript plugin settings

This commit is contained in:
2025-08-05 17:48:33 +03:00
parent 7bb8ab97c7
commit 74f7cc7664
3 changed files with 24 additions and 37 deletions

6
src/hey-api-config.ts Normal file
View File

@ -0,0 +1,6 @@
import type { CreateClientConfig } from './client/client.gen';
export const createClientConfig: CreateClientConfig = (config) => ({
...config,
baseUrl: 'http://crm.logidex.ru/api',
});