Explorar el Código

Use puma config for Procfile.dev (#2735)

master
Matt Jankowski hace 7 años
committed by Eugen Rochko
padre
commit
2b9bc9c154
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Procfile.dev

+ 1
- 1
Procfile.dev Ver fichero

@@ -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

Cargando…
Cancelar
Guardar