logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 2b9bc9c154b790738a839be0ec98e49e82450c60
parent: f5bf5ebb82e3af420dcd23d602b1be6cc86838e1
Author: Matt Jankowski <mjankowski@thoughtbot.com>
Date:   Tue,  2 May 2017 20:28:47 -0400

Use puma config for Procfile.dev (#2735)


Diffstat:

MProcfile.dev2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Procfile.dev b/Procfile.dev @@ -1,3 +1,3 @@ -web: bundle exec rails s -p 3000 +web: bundle exec puma -C config/puma.rb stream: yarn run start webpack: ./bin/webpack-dev-server