Skip to content

Commit 656618a

Browse files
committed
fix: export missing use function
1 parent 49fb145 commit 656618a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.cjs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import './polyfills/Polyfills'
22

33
import { install } from './store/Store'
4+
import { use } from './plugin/Plugin'
45
import { Database } from './database/Database'
56
import { Schema } from './schema/Schema'
67
import { Model } from './model/Model'
@@ -27,6 +28,7 @@ import { Connection } from './connection/Connection'
2728

2829
export default {
2930
install,
31+
use,
3032
Database,
3133
Schema,
3234
Model,

0 commit comments

Comments
 (0)