when you set your srcDir: '/src' in nuxt.config.ts it breaks the implementation of this plugin:
Your emails must be still in the root project folder and so you cannot use its whole potential, as the composables, for instance, do not work there (since they are supposed to be at ./src)
Hello,
when you set your
srcDir: '/src'
innuxt.config.ts
it breaks the implementation of this plugin:Your emails must be still in the root project folder and so you cannot use its whole potential, as the composables, for instance, do not work there (since they are supposed to be at ./src)
Reproductory steps
srcDir: '/src'
tonuxt.config.ts
(see https://nuxt.com/docs/api/nuxt-config#srcdir)Can you check this?
Thanks,
Martin.