this repo has no description
0
fork

Configure Feed

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

re-enable NODE_ENV test

alice ccdcda4e 5936114a

+1 -1
+1 -1
src/lib/api.ts
··· 21 21 } 22 22 23 23 function drafts(record: ComAtprotoRepoListRecords.Record) { 24 - // if (process.env.NODE_ENV === "development") return true; 24 + if (process.env.NODE_ENV === "development") return true; 25 25 const post = record.value as ComWhtwndBlogEntry.Record; 26 26 return post.visibility === "public"; 27 27 }