This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Use puma config for Procfile.dev (
#2735
)
master
Matt Jankowski
7 years ago
committed by
Eugen Rochko
parent
f5bf5ebb82
commit
2b9bc9c154
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Procfile.dev
+ 1
- 1
Procfile.dev
View File
@ -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
Write
Preview
Loading…
Cancel
Save