mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
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:
parent
9801d9c945
commit
53baeae3c3
2 changed files with 0 additions and 6 deletions
1
Procfile
1
Procfile
|
@ -1 +0,0 @@
|
|||
web: bundle exec puma -C config/puma.rb
|
|
@ -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
|
Loading…
Reference in a new issue