mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 00:51:37 +01:00
Use puma config for Procfile.dev (#2735)
This commit is contained in:
parent
f5bf5ebb82
commit
2b9bc9c154
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
web: bundle exec rails s -p 3000
|
web: bundle exec puma -C config/puma.rb
|
||||||
stream: yarn run start
|
stream: yarn run start
|
||||||
webpack: ./bin/webpack-dev-server
|
webpack: ./bin/webpack-dev-server
|
||||||
|
|
Loading…
Reference in a new issue