Farmbot-Web-App/Procfile.dev
2017-08-09 13:54:40 -05:00

6 lines
227 B
Plaintext

# Run Rails & Webpack concurrently
# Example file from webpack-rails gem
rails: rails s -e development -p 3000 -b 0.0.0.0
webpack: ./node_modules/.bin/webpack-dev-server --config config/webpack.config.js
worker: rake jobs:work