heroku / nodejs-npm-buildpack

Heroku Cloud Native Buildpack for NPM on Node.js runtime
6 stars 7 forks source link

feat: use `npm start` as the default launch.toml #11

Closed hone closed 5 years ago

hone commented 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.

danielleadams commented 5 years ago

@hone FYI added changelog and bumped version so that this is ready to go