diff options
Diffstat (limited to 'src/state/queries/index.ts')
-rw-r--r-- | src/state/queries/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/state/queries/index.ts b/src/state/queries/index.ts new file mode 100644 index 000000000..ae3d1595c --- /dev/null +++ b/src/state/queries/index.ts @@ -0,0 +1,5 @@ +import {BskyAgent} from '@atproto/api' + +export const PUBLIC_BSKY_AGENT = new BskyAgent({ + service: 'https://api.bsky.app', +}) |