Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): Remove boxen from default error output (#9568)
**Problem** There are too many cases where using boxen for the default error output causes readability issues. **Change** 1. Remove boxen and simply draw a few straight lines coloured with chalk. This should avoid the readability issues. **Example** <img width="1155" alt="image" src="https://github.com/redwoodjs/redwood/assets/56300765/db01fdad-76e2-4a1a-a23e-da83d032e36e"> **Context** The reason this exists in the first place was to try and centralise the error output. There were so many places in the CLI code where errors are output in various different styles which is not necessarily the best experience.
- Loading branch information