UNPKG

@practica/create-node-app

Version:

Create Node.js app that is packed with best practices AND strive for simplicity

4 lines (3 loc) 157 B
export { errorHandler } from './error-handler'; export { AppError } from './app-error'; export { fastifyErrorMiddleware } from './fastify-error-middleware';