This commit is contained in:
2025-10-18 01:46:46 +03:00
commit 9baa68258e
74 changed files with 29125 additions and 0 deletions

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

@ -0,0 +1,6 @@
import { CreateClientConfig } from '@/lib/client/client.gen';
export const createClientConfig: CreateClientConfig = (config) => ({
...config,
baseURL: process.env.NEXT_PUBLIC_API_URL,
});