Merge pull request #81 from vrifox/remove-procfile

Remove Procfile && Procfile.dev
This commit is contained in:
Jörg Reichert 2023-05-10 19:04:24 +02:00 committed by GitHub
commit e727f0e438
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