This repository has no description
0

Configure Feed

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

ignore next-env.d.ts file in formatter

+1
+1
eslint.config.mjs
··· 11 11 'dist/**', 12 12 'node_modules/**', 13 13 'src/modules/atproto/infrastructure/lexicon/**', 14 + 'src/webapp/next-env.d.ts', 14 15 ], 15 16 }, 16 17 {