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 start cursor

+1
+1
appview/index.ts
··· 32 32 let startCursor; 33 33 try { 34 34 let file = (await readFile(cursorFile)).toString(); 35 + console.log(file); 35 36 startCursor = parseInt(file); 36 37 if (Number.isNaN(startCursor)) startCursor = undefined; 37 38 } catch (e) {}