Skip to content

Commit

Permalink
fix: getPlugins
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Jan 16, 2025
1 parent a8f88f2 commit 5484dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -11,6 +11,7 @@ export * from '@/adapter/onebot'
export * from '@/event'
export * from '@/adapter/index'
export * from '@/root'
export * from '@/plugin'

export * from '@/types/adapter'
export * from '@/types/config'
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/plugin/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './list'

0 comments on commit 5484dfa

Please sign in to comment.