Record published pages in conversation packages

This commit is contained in:
john
2026-07-02 21:24:40 +08:00
parent 39e4fffe91
commit c2308a6ead
3 changed files with 131 additions and 1 deletions
+1
View File
@@ -339,6 +339,7 @@ async function bootstrapUserAuth() {
h5Root: __dirname,
storageRoot: mindSpaceStorageRoot,
publicPageLimit: Number(process.env.MINDSPACE_FREE_PUBLIC_PAGE_LIMIT ?? 5),
conversationPackageRegistry,
});
setInterval(async () => {
try {