Closed hone closed 5 years ago
This solves #10. If a Procfile isn't specified, the app won't have a default launch command. This always sets it to npm start.
Procfile
npm start
@hone FYI added changelog and bumped version so that this is ready to go
This solves #10. If a
Procfile
isn't specified, the app won't have a default launch command. This always sets it tonpm start
.