-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Environment
Nuxt 4
Reproduction
Start a project with nuxt-open-fetch 0.9.1 and start it with npm run dev
npm update to get to version 0.9.2
and start again
Describe the bug
inside .nuxt\open-fetch.ts
the import type { paths as ... throws the following error inside the IDE
Cannot find module '#open-fetch-schemas/***' or its corresponding type declarations.
but it works in 0.9.1 not in 0.9.2
Additional context
you need to run "npm run dev" after changing from 0.9.1 to 0.9.2 to see the error inside .nuxt\open-fetch.ts
Logs
No response