@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.
@@ -2949,7 +2949,7 @@ async function startWebUI(opts = {}) {
2949
2949
  }).catch(() => void 0);
2950
2950
  }
2951
2951
  const sessionReader = new DefaultSessionReader({ store: sessionStore });
2952
- const annotationsStore = new AnnotationsStore({ dir: wpaths.projectSessions });
2952
+ const annotationsStore = new AnnotationsStore({ dir: wpaths.projectSessions, events });
2953
2953
  let session = await sessionStore.create({
2954
2954
  id: "",
2955
2955
  title: "",