Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use runtimeConfig to set options (#250)
Nuxt allows you to use environment variables through useRuntimeConfig. This is preferable when you want different settings in different environments, and want to use secrets (e.g. SMTP username and password) without exposing them in nuxt.config.ts. This change adds `runtimeConfig.mail` options to the options object. fix #120
- Loading branch information