]> cat aescling's git repositories - mastodon.git/commitdiff
Re-add Procfile.dev
authorsingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Sat, 30 Apr 2022 22:44:01 +0000 (18:44 -0400)
committersingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Sun, 1 May 2022 03:44:39 +0000 (23:44 -0400)
This file is used to start processes necessary to run the software
locally; it would be very convenient to have it back.

Procfile.dev [new file with mode: 0644]

diff --git a/Procfile.dev b/Procfile.dev
new file mode 100644 (file)
index 0000000..ba04fb6
--- /dev/null
@@ -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