feat(client): add KYC for event joining
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
@@ -5,7 +5,11 @@ export default defineConfig({
|
||||
output: 'src/client',
|
||||
plugins: [
|
||||
'@hey-api/typescript',
|
||||
'@tanstack/react-query',
|
||||
{
|
||||
name: '@tanstack/react-query',
|
||||
infiniteQueryOptions: true,
|
||||
infiniteQueryKeys: true,
|
||||
},
|
||||
'zod',
|
||||
{
|
||||
name: '@hey-api/transformers',
|
||||
|
||||
Reference in New Issue
Block a user