Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Add support for non-standard "srcDir"s in module.js #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JorgenVatle
Copy link

Added support for users who wish to keep their generated files in a custom non-root directory.

@JorgenVatle
Copy link
Author

JorgenVatle commented Oct 29, 2018

Added support for usage of shared Nuxt environment variables for specifying Socket.io URLs. 👍

// ~/nuxt.config.js

module.exports = {
...
  env: {
    nuxtFeathersUrl: process.env.SOCKET_IO_URL || 'http://custom-url-here:1337'
  }
...
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant