Procfile.dev 315 B

123456789
  1. # You can run these commands in separate shells
  2. web: rails s -p 3000
  3. # Watch and continuously compile our react frontend for changing queries
  4. watchman: watchman watch ./app/javascript/packs/ -f
  5. graphql: yarn run relay --watch
  6. # Watch and coninuously compile frontend javascript
  7. client: './bin/webpack-dev-server'