@xuda.io/ai_module 1.1.4975 → 1.1.4976
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -61,7 +61,7 @@ const { init, check, check_structure, get_zod_schema, get_fields_z_schema } = aw
|
|
|
61
61
|
|
|
62
62
|
const { get_xuda_couch } = _common;
|
|
63
63
|
|
|
64
|
-
const
|
|
64
|
+
const db_module = await import(`${module_path}/db_module/index.mjs`);
|
|
65
65
|
const account_ms = await import(`${module_path}/account_module/index_ms.mjs`);
|
|
66
66
|
const drive_ms = await import(`${module_path}/drive_module/index_ms.mjs`);
|
|
67
67
|
const jobs_ms = await import(`${module_path}/jobs_module/index_ms.mjs`);
|