Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { defineConfig } from '@hey-api/openapi-ts'
|
||||
|
||||
export default defineConfig({
|
||||
input: './openapi-spec/example-api.yaml',
|
||||
output: './openapi-client/example'
|
||||
})
|
||||
Reference in New Issue
Block a user