Joaquín Sánchez
Joaquín Sánchez
It should be `#build/` since the types are generated inside the `.nuxt` folder, check `pwa-icons` subfolder.
It is fine on my local, using node 20.10.0.
can you update vue to `3.5.3`? I'm getting some error using Nuxt `3.13.1` and internal `useId`: ```json "devDependencies": { "@vite-pwa/nuxt": "0.10.5", "nuxt": "3.13.1", "typescript": "5.5.4", "vue": "^3.5.3", "vue-tsc": "2.1.6" },...
check https://github.com/Tresjs/tres/pull/889 and merge it here if it is fine for you
Using only 1 entry works?
My original pr was also replacing all src/ imports to relative paths...
This is weird, iirc post processing was working, the package using 2 entries
Dont augment `@vue/**` module, augment `vue` instead (global components and directives iirc should go there): - https://github.com/nuxt/nuxt/pull/28542#issue-2465651569
You cannot download the pwa, you can install your app as a pwa, you only need to click in the browser address icon:  If you want to use your...
I'll check it tmr, I think the d.ts changes will break existing types