Tobias Diez
Tobias Diez
If someone could give https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3241 a try, this would be very much appreciated.
Is there also a way to get the vite config from a running nuxt process, e.g. something like `useNuxt().getViteConfig()`? The problem with the above approach is that the `vite:extendConfig` hook...
Thanks for the pointer. I was actually using the code from nuxt-vitest to get the vite config. It works great if you do this from a new process. But if...
Thanks everyone for the quick review!
I had similar issues getting a functional graphql server in nuxt and thus developed https://github.com/tobiasdiez/nuxt-graphql-server and https://github.com/apollo-server-integrations/apollo-server-integration-h3.
> Please hold on this till adding ws support to to nitro. Custom preset like this can be broken in the future if we recommend. Is there any timeline for...
For a workaround, you can use `pathToFileURL` as eg in https://github.com/dword-design/nuxt-mail/pull/174.
I'm not familiar enough with the code to say if its an issue with nuxt, one of the rollup plugins or the module author. At least I (and some other...
Thanks @danielroe, this works like a charm! Do you think it makes sense to add the following helper method as a built-in composable? ```ts function useAsset(path: string): string { const...
@linrol if you find the time, it would be awesome if you could open a PR with your changes for the arm support. I would like to install a matrix...