Created
January 30, 2020 00:26
-
-
Save hbrysiewicz/e361af11c6c1daaf9ae4debd7fe4b64a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// config/environment.js | |
module.exports = function(environment) { | |
let ENV = { | |
modulePrefix: 'my-project', | |
podModulePrefix: 'my-project/pods' | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment