fix initial config bug

This commit is contained in:
nicwands
2026-03-23 16:47:03 -04:00
parent 4d64bc995f
commit 342feb845f
3 changed files with 6 additions and 4 deletions

View File

@@ -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);