Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
export errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwanp committed Sep 23, 2024
1 parent 518330a commit 52fd0ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ import 'reflect-metadata'

export { defineConfig } from './src/define_config.js'
export { configure } from './configure.js'
export * as errors from './src/errors/main.js'
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"./services/*": "./build/services/*.js",
"./models/*": "./build/src/models/*.js",
"./commands": "./build/commands/main.js",
"./errors": "./build/src/errors/main.js",
"./mixins": "./build/src/mixins/main.js"
},
"scripts": {
Expand Down

0 comments on commit 52fd0ed

Please sign in to comment.