feat(client): add KYC for event joining
Some checks failed
Client CMS Check Build (NixCN CMS) TeamCity build failed
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-02-05 19:12:57 +08:00
parent 06f86cb8e3
commit f12e7ac3c1
31 changed files with 1760 additions and 187 deletions

View File

@@ -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',