Procfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # api | |
| web: bundle exec puma -C config/puma.rb | |
| css: tailwindcss -i app/assets/stylesheets/application.css -o app/assets/stylesheets/wind.css --watch | |
| js: yarn build --watch | |
| # databases | |
| redis: bundle exec redis-server | |
| postgres: postgres -D /usr/local/var/postgres | |
| # background jobs | |
| sidekiq: bundle exec sidekiq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment