Merge pull request #6 from vrifox/remove-procfile

remove Procfile && Procfile.dev
This commit is contained in:
Vri 🌈 2023-05-04 13:10:22 +02:00 committed by GitHub
commit 6aaff0490c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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