this repo has no description
0
fork

Configure Feed

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

Export scripts

futurGH fed54890 2f9df2f0

+4 -1
+1 -1
package.json
··· 22 22 }, 23 23 "exports": { 24 24 ".": "./dist/index.js", 25 - "./scripts/*": "./dist/scripts/*.js" 25 + "./scripts": "./dist/scripts/index.js" 26 26 }, 27 27 "devDependencies": { 28 28 "@atproto/api": "^0.13.1",
+3
src/scripts/index.ts
··· 1 + export * from "./declareLabeler.js"; 2 + export * from "./plc.js"; 3 + export { LoginCredentials } from "./util.js";