### Version @nuxtjs/algolia: 1.10.2 nuxt: 3.14.1592 ### Reproduction Link https://github.com/bloggrify/bloggrify ### Steps to reproduce Following the guide here : https://algolia.nuxtjs.org/getting-started/quick-start Add the module ``` npx nuxi@latest module add algolia ```` And start the application. It will fail because env variables are not present. ### What is Expected? I would expect that the module don't load and is not usable but the application is still working. To add a little bit of context. I'm adding the support of algolia in [Bloggrify](https://bloggrify.com), an open source project built on top of nuxt content. The integration is optional. See issue here : https://github.com/bloggrify/bloggrify/issues/34 ### What is actually happening? The application don't start