I keep trying to run the command
env SSL=true DATABASE_URL=$(heroku config:get DATABASE_URL) npm run migrate
in git bash to migrate to my heroku database.
For some reason I keep on getting the error env: ‘config:get’: No such file or directory
as a result, but I need to have SSL be true in order to avoid a "no pg_hba.conf entry" error.