remove Procfile && Procfile.dev

I removed the Procfiles since the project no longer uses Heroku and in
order to keep the repository clean.
This commit is contained in:
Vri 🌈 2023-05-04 13:03:33 +02:00
parent 9801d9c945
commit 53baeae3c3
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 0 additions and 6 deletions

View file

@ -1 +0,0 @@
web: bundle exec puma -C config/puma.rb

View file

@ -1,5 +0,0 @@
web: bin/rails server -p 3000
css: bin/rails dartsass:watch
css: yarn build:css --watch
css: yarn build:css --watch
js: yarn build --watch