fix filesystem plugin import
This commit is contained in:
@@ -333,7 +333,8 @@ const initConfigManager = async (runtime) => {
|
||||
let storage;
|
||||
{
|
||||
const { createNodeStorage } = await import("./NodeStorage-B8VFtrTS.js");
|
||||
storage = createNodeStorage(filesystemPlugin);
|
||||
const filesystemPlugin2 = (await import("@takerofnotes/plugin-filesystem")).default;
|
||||
storage = createNodeStorage(filesystemPlugin2);
|
||||
}
|
||||
return createConfigManager(storage);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user