I am setting up a heroku and I am using using this guide to set up my local environment for development. I have a '.env' file in the root of my application with the variable set up as noted in the guide. When I run
heroku local:run rails runner "puts ENV['S3_BUCKET']"
it returns a blank. How do I get it to recognize/load the '.env' file?