ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
16
fork

Configure Feed

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

chore(api): add test performance script

byarielm.fyi 41bdd6c7 bdd53d59

verified
+1
+1
packages/api/package.json
··· 10 10 "start": "node dist/server.js", 11 11 "test": "vitest run", 12 12 "test:watch": "vitest", 13 + "test:perf": "vitest run __tests__/performance", 13 14 "test:login": "tsx scripts/test-login.ts", 14 15 "test:db": "tsx src/db/test-connection.ts" 15 16 },