@wrongstack/webui 0.257.0 → 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.
- package/dist/assets/index-6rPVh7TJ.css +2 -0
- package/dist/assets/index-CfIQObXO.js +165 -0
- package/dist/assets/{vendor-BXyxPv8C.js → vendor-BRkhRU94.js} +225 -225
- package/dist/index.html +3 -3
- package/dist/index.js +4331 -4892
- package/dist/index.js.map +1 -1
- package/dist/server/entry.js +1 -1
- package/dist/server/entry.js.map +1 -1
- package/dist/server/index.js +1 -1
- package/dist/server/index.js.map +1 -1
- package/package.json +5 -5
- package/dist/assets/index-BCG7KsrQ.js +0 -167
- package/dist/assets/index-C19_lY6u.css +0 -2
package/dist/server/index.js
CHANGED
|
@@ -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: "",
|