Integrate api with hey-api

This commit is contained in:
2026-03-06 16:38:04 +05:00
parent 3de38c650b
commit 5a69c6f39f
22 changed files with 2217 additions and 174 deletions

7
openapi-ts.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from '@hey-api/openapi-ts';
export default defineConfig({
input: 'http://localhost:8080/q/openapi',
output: 'app/openapi/generated',
plugins: ['@hey-api/client-nuxt'],
});