Remove the bin/rails tailwindcss:watch command from the Procfile.dev file

This commit is contained in:
Eugene Burmakin 2024-11-12 16:00:38 +01:00
parent f5f621ec8e
commit 2d62fd754f
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Admins can now provide custom password for new users and update passwords for existing users on the Users page.
- The `bin/dev` file will no longer run `bin/rails tailwindcss:watch` command. It's useful only for development and doesn't really make sense to run it in production.
### Fixed

View file

@ -1,2 +1 @@
web: bin/rails server -p 3000 -b 0.0.0.0
css: bin/rails tailwindcss:watch