add foreman to start dev enviroment

This commit is contained in:
João Geonizeli
2021-08-14 21:38:42 -03:00
parent 98a2011445
commit c1129b9953
4 changed files with 11 additions and 0 deletions

3
.foreman.yml Normal file
View File

@@ -0,0 +1,3 @@
rails: bundle exec rails server
webpack: yarn dev
relay: yarn relay:watch