Cannot start nuxt 3.14.0: Nuxt module should be a function
After updating from 3.13.1 to 3.14.0, we are getting the following error:
Our nuxt config:
and our custom module in
Any ideas on how to fix it?
Cannot start nuxt: Nuxt module should be a function: @custom-vite-alias/moduleOur nuxt config:
and our custom module in
./../../.shared/utils/module/index.js (taken from the official documentation)Any ideas on how to fix it?