@wrongstack/webui 0.257.2 → 0.260.0

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.
@@ -2942,7 +2942,7 @@ async function startWebUI(opts = {}) {
2942
2942
  }).catch(() => void 0);
2943
2943
  }
2944
2944
  const sessionReader = new DefaultSessionReader({ store: sessionStore });
2945
- const annotationsStore = new AnnotationsStore({ dir: wpaths.projectSessions });
2945
+ const annotationsStore = new AnnotationsStore({ dir: wpaths.projectSessions, events });
2946
2946
  let session = await sessionStore.create({
2947
2947
  id: "",
2948
2948
  title: "",