Add automated test running to development procfile

This commit is contained in:
rebuilt 2023-03-08 05:05:43 -08:00
parent 6a435fa570
commit 124d35d8db

View file

@ -1,3 +1,4 @@
web: bin/rails server -p 3000
js: yarn build --watch
css: yarn watch:css
guard: bundle exec guard