We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d114ba commit c22adaeCopy full SHA for c22adae
src/index.ts renamed to index.ts
@@ -3,7 +3,7 @@
3
* @subcategory Adapters
4
* @section modules
5
*
6
- * @classdesc
+ * @description
7
* ### A Sequelize database adapter for AdminBro.
8
9
* #### Installation
@@ -78,7 +78,7 @@
78
* @type {typeof BaseDatabase}
79
* @static
80
*/
81
-import Database from './database';
+import Database from './src/database';
82
83
/**
84
* Implementation of {@link BaseResource} for Sequelize Adapter
@@ -87,7 +87,7 @@ import Database from './database';
87
* @type {typeof BaseResource}
88
89
90
-import Resource from './resource';
+import Resource from './src/resource';
91
92
export { default as Resource } from './src/resource';
93
export { default as Database } from './src/database';
0 commit comments