Skip to content

Instantly share code, notes, and snippets.

@hawkeye64
Created February 18, 2019 16:20
Show Gist options
  • Save hawkeye64/ff661c70911c6dbbf9588b63020e24c3 to your computer and use it in GitHub Desktop.
Save hawkeye64/ff661c70911c6dbbf9588b63020e24c3 to your computer and use it in GitHub Desktop.
dotenv module exports in index.js
module.exports = function (api, ctx) {
api.extendQuasarConf((conf) => {
extendWithDotenv(api, conf)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment