Pretty error reporting for Formidable.
- @formidablejs/framework:
>=0.5.0-alpha.1
npm:
npm i @formidablejs/pretty-errors
yarn:
yarn add @formidablejs/pretty-errors
Add PrettyErrorsServiceResolver
in the bootstrap/resolvers.{imba,ts}
:
import { PrettyErrorsServiceResolver } from '@formidablejs/pretty-errors'
...
export default [
...
PrettyErrorsServiceResolver
This Formidable plugin uses youch under the hood.
The Formidable framework is open-sourced software licensed under the MIT license.