You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2024. It is now read-only.
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)
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: