Closed benpbolton closed 1 year ago
Happy to close this if it's undesirable to leverage the existing dotenv stuffs, even the npm run start
standalone instruction could potentially benefit from this.
Hi thanks for your contribution! Could you please update your commit message so it complies with Conventional Commits? it's failing because it's missing a prefix: https://www.conventionalcommits.org/en/v1.0.0/#summary
:tada: This PR is included in version 1.22.5 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Minor update to README for UX.
Description
Adding a
NODE_OPTIONS
preface to the command to pre-load dotenvMotivation and Context
When a user specifies custom database parameters in
.env
, these are not currently loaded during annpm run db:migrate
. Pre-loading dotenv through theNODE_OPTIONS
is a low-lift one-line option to assist someone walking step-by-step through the instructions.How Has This Been Tested?
Personal experience:)
Screenshots (if appropriate):
Types of changes
Checklist: