From: single-right-quote <11325618-aescling@users.noreply.gitlab.com> Date: Sat, 30 Apr 2022 22:44:01 +0000 (-0400) Subject: Re-add Procfile.dev X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=cbb190b9a97d3f54fed02cb9cb87251bfc033e73;p=mastodon.git Re-add Procfile.dev This file is used to start processes necessary to run the software locally; it would be very convenient to have it back. --- diff --git a/Procfile.dev b/Procfile.dev new file mode 100644 index 000000000..ba04fb661 --- /dev/null +++ b/Procfile.dev @@ -0,0 +1,4 @@ +web: env PORT=3000 RAILS_ENV=development bundle exec puma -C config/puma.rb +sidekiq: env PORT=3000 RAILS_ENV=development bundle exec sidekiq +stream: env PORT=4000 yarn run start +webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0