nuxt-modules / algolia

🔎 Algolia module for Nuxt
https://algolia.nuxtjs.org/
MIT License
189 stars 35 forks source link

support getting `applciationId` and `apiKey` from env variables directly. #124

Closed Baroshem closed 1 year ago

Baroshem commented 1 year ago

Is your feature request related to a problem? Please describe.

As it is implemented in supabase module. When you have env variables named in a correct way, the module will take it as configuration values without you needing to pass them to the module config.

It would improve developer experience :)

Describe the solution you'd like

Describe alternatives you've considered

Additional context