Farmbot-Web-App/Procfile.dev

12 lines
472 B
Plaintext
Raw Normal View History

2017-08-09 12:54:40 -06:00
# Run Rails & Webpack concurrently
2017-12-18 08:06:01 -07:00
rails: rails s -e development -p ${API_PORT:-3000} -b 0.0.0.0
2017-08-09 12:54:40 -06:00
webpack: ./node_modules/.bin/webpack-dev-server --config config/webpack.config.js
worker1: rake jobs:work
worker2: rake jobs:work
2017-12-08 15:41:11 -07:00
logger: rails r lib/log_service.rb
# UNCOMMENT THIS LINE IF YOU ARE DOING MOBILE TESTING:
# Get started with `npm install weinre -g`
# Learn more at https://people.apache.org/~pmuellr/weinre/docs/latest/
2017-08-30 10:47:53 -06:00
# weinre: weinre --boundHost=0.0.0.0