Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

With the new version I'm going to release (0.8.0), you will need to move `pwa-assets.config.ts` inside `src` folder and: 1) configure public dir properly ```ts // nuxt.config.ts import { resolve...

> Nuxt resolves the public directory like this: resolve(nuxt.options.srcDir, nuxt.options.dir.public). dir.public is public in v4 but will be a fully resolved directory in v4, defaulting to resolve(nuxt.options.rootDir, 'public'). So... nuxt...

> Continuing with the previous context, I added the setting dir.public: 'src/public' suggested by @userquin, then the public path I will get in nuxt/image will be src/src/public, right? Such a...

@antfu no idea how to remove those files from the build: ![imagen](https://github.com/unocss/unocss/assets/6311119/02740635-d633-45e3-a522-14f9e508ff0e)

We need to fix loading `tsx/esm/api` on `importx`, will try to load `tsconfig` to run any module and will fail since the nuxt folder not there. I can fix building...

We need to update the docs, vue-cli-4 example requires `.mts` to allow tsx to load uno config using static imports

Check `Cross-Origin-Resource-Policy` headers...

Or try adding trailing slash to the base `/mobile/`