Integrate api with hey-api
This commit is contained in:
7
openapi-ts.config.ts
Normal file
7
openapi-ts.config.ts
Normal 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'],
|
||||
});
|
||||
Reference in New Issue
Block a user