-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge gh bb #10
base: master
Are you sure you want to change the base?
Merge gh bb #10
Conversation
Feature/dotenv Approved-by: Mike Elsmore <[email protected]> Approved-by: Chris Key <[email protected]>
…generator into merge-gh-bb
@@ -54,8 +54,8 @@ typings/ | |||
# Yarn Integrity file | |||
.yarn-integrity | |||
|
|||
# dotenv environment variables file | |||
.env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@supachris28, why has this been removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no runtime for this, it is a module, so no real env variables to be used. I've added a .env
to be used for testing to ensure it works as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor thing: console.log can be replaced with the debug in this file :)
No description provided.