mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Remove the bin/rails tailwindcss:watch command from the Procfile.dev file
This commit is contained in:
parent
f5f621ec8e
commit
2d62fd754f
2 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Admins can now provide custom password for new users and update passwords for existing users on the Users page.
|
- 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
|
### Fixed
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
web: bin/rails server -p 3000 -b 0.0.0.0
|
web: bin/rails server -p 3000 -b 0.0.0.0
|
||||||
css: bin/rails tailwindcss:watch
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue