fix initial config bug
This commit is contained in:
@@ -332,7 +332,7 @@ const initPluginManager = (runtime, plugins, config) => {
|
||||
const initConfigManager = async (runtime) => {
|
||||
let storage;
|
||||
{
|
||||
const { createNodeStorage } = await import("./NodeStorage-DrLmsh6l.js");
|
||||
const { createNodeStorage } = await import("./NodeStorage-B8VFtrTS.js");
|
||||
storage = createNodeStorage(filesystemPlugin);
|
||||
}
|
||||
return createConfigManager(storage);
|
||||
|
||||
Reference in New Issue
Block a user