Skip to content

Commit

Permalink
Export all error file exports
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Sep 11, 2024
1 parent f7295e9 commit d0a3421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PLUGIN_NAME } from './utils/constants.js';
import fp from 'fastify-plugin';
import plugin from './plugin.js';

export { errors } from './errors/index.js';
export * from './errors/index.js';

export default fp(plugin, {
fastify: '4.x',
Expand Down

0 comments on commit d0a3421

Please sign in to comment.