34
loading...
This website collects cookies to deliver better user experience
Procfile
in our git repo. This file tells Heroku what type of application to run.Procfile
can be as follows:worker: npm start
.env
file, but of course, Heroku doesn't know about these variables yet..env
file.