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 cursor

+1
+1
appview/index.ts
··· 41 41 startCursor, 42 42 setCursor: async (cursor) => { 43 43 await writeFile(cursorFile, cursor.toString()); 44 + console.log("Wrote cursor: " + cursor.toString()); 44 45 // persist cursor 45 46 }, 46 47 });