Skip to content

Commit 873e015

Browse files
committed
feat(nuxt): add nuxt module + autogen types
1 parent 9c1a1fc commit 873e015

File tree

19 files changed

+383
-1815
lines changed

19 files changed

+383
-1815
lines changed

examples/openapi-ts-nuxt/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { client } from './client/client.gen';
2+
import { client } from '#hey-api/client.gen';
33
44
// configure internal service client
55
client.setConfig({

examples/openapi-ts-nuxt/client/client.gen.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/openapi-ts-nuxt/client/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/openapi-ts-nuxt/client/schemas.gen.ts

Lines changed: 0 additions & 244 deletions
This file was deleted.

0 commit comments

Comments
 (0)