blitz-js / blitz-js/legacy-framework
Expose the Blitz logger and chalk for easy usage
Open
legacy-framework
status/ready-to-work-on
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
### What do you want and why?
Currently in order to include the logger and chalk we have to
```
import { log } from "@blitzjs/display"
import chalk from "chalk"
```
These are not currently exposed or documented, we should expose these in the blitz module
Contributor guide
Assessment
This issue has not been assessed yet.