heroku/heroku-local

View on GitHub
Procfile.test

Summary

Maintainability
Test Coverage
web: echo "it works (web)! port: $PORT"
worker: echo "it works (worker)!"
test: echo "it works (test)!"
release: echo "it works (release)!"