You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2022. It is now read-only.
I checked the documentation and didn't find this feature
I checked to make sure that this feature has not already been requested
Branch/Commit:
Main branch.
Describe the feature:
The app currently needs 2 commands to run properly, rails s and bundle exec sidekiq. We should have a Procfile.dev file that runs the rails server and sidekiq (current Procfile doesn't work because it's intended for production)