Skip to content

Commit

Permalink
rollback wrong commit
Browse files Browse the repository at this point in the history
  • Loading branch information
skyporter committed Apr 27, 2024
1 parent ae82f06 commit fdf7066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Procfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ web: rails s -p 3000
# - Generate js locales
# - Generate api doc
# - Watch process with webpack to compile the changed files
client: bundle exec rake locales:generate && sh -c 'rm -rf public/packs/* || true && bin/shakapacker -w'
client: bundle exec rake locales:generate && rails swag:run && sh -c 'rm -rf public/packs/* || true && bin/shakapacker -w'

# Start the Sidekiq background job processor
#worker: bundle exec sidekiq
worker: bundle exec sidekiq

0 comments on commit fdf7066

Please sign in to comment.