handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

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

chore: add local env variables

Mary 26d16108 a242c58a

+3 -1
+2
.env.test
··· 1 + VITE_PLC_DIRECTORY_URL=http://localhost:64960 2 + VITE_APPVIEW_URL=http://localhost:64961
+1 -1
src/globals/rpc.ts
··· 1 1 import { simpleFetchHandler, XRPC } from '@atcute/client'; 2 2 3 3 const APPVIEW_URL = import.meta.env.VITE_APPVIEW_URL; 4 - console.log(import.meta.env); 4 + 5 5 export const appViewRpc = new XRPC({ handler: simpleFetchHandler({ service: APPVIEW_URL }) });