Remove guard from procfile since its hard to read server console messages

This commit is contained in:
rebuilt 2023-03-08 11:45:43 -08:00
parent 99c6c5bd90
commit 417a3523ec

View file

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