Skip to content

Commit

Permalink
feat: export addResolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 27, 2024
1 parent 0bd24db commit f57f41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export * from './config/index.js'
export * from './factory/index.js'
export * from './graphql/index.js'
export * from './instance.js'
export { addResolvers } from './resolvers/index.js'
export * from './resource/index.js'
export * from './script/index.js'
export * from './snapshot/index.js'
Expand Down

0 comments on commit f57f41b

Please sign in to comment.