a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

log when I set cursor

+1
+1
appview/index.ts
··· 259 259 const runner = new MemoryRunner({ 260 260 startCursor, 261 261 setCursor: async (cursor) => { 262 + console.log(cursor); 262 263 await writeFile(cursorFile, cursor.toString()); 263 264 // persist cursor 264 265 },