diff options
| author | AppleDash <[email protected]> | 2022-03-30 06:13:58 -0400 |
|---|---|---|
| committer | AppleDash <[email protected]> | 2022-03-30 06:16:04 -0400 |
| commit | 450f06cff859f9e37c034001057fa506372f3106 (patch) | |
| tree | 5b01b8d6a82eb206cad0494678e7f1f1eac4ad0f /Procfile.dev | |
| parent | 7a1018a363a27ea7b50bfe39f5f98b0e8db692eb (diff) | |
Update a bunch of stuff, mainly remove old Sprockets
Diffstat (limited to 'Procfile.dev')
| -rw-r--r-- | Procfile.dev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile.dev b/Procfile.dev index 7f6ce18..a63be33 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1,3 +1,3 @@ sidekiq: bundle exec sidekiq -c 6 -q high -q mailers -q image_processing -q video_processing -q low -q rebuilds -q thumb_regeneration puma: bundle exec falcon serve -v -b http://0.0.0.0:8080 -# logs: tail -f log/development.log
\ No newline at end of file +# logs: tail -f log/development.logjs: yarn build --watch |
