Štěpán Mynařík
Štěpán Mynařík
Same problem here with code from here: https://github.com/lewebsimple/nuxt-barrel Should work but the `.next` nested generated barrel file is not hot-reloaded (even though `updateTemplates` was used).
> I implement a feature that should cache your generated `openapiTS` files. In future versions, I may expand this cache to not include stuff like api client name, but I...
@Norbiros Thanks for the tip! I added some logs and found out what the problem is. My schema `schema: "./server/abra_api/schema_postprocessed.json",` is resolved to file path `/C:/Work/*redacted*/sync-bridge/server/abra_api/schema_postprocessed.json` in the `addCachedSchemaTemplate` function....
**UPDATE:** So I found out that the schema path is wrapped in URL. So in `addCachedSchemaTemplate` the URL `pathname` is read, which in my case looks like this: ``` URL...
Same here, after updating from older version of the PrimeVue nuxt module there is now a `components.d.ts` file at project root. Why? There is already a file with the same...
Just a custom array of holiday dates would suffice for my needs. No rush