a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

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

docs(oauth-browser-client): add name to Vite plugin

Without it you got a quite unhelpful TypeScript error
that no overload matches this call.

+1
+1
packages/oauth/browser-client/README.md
··· 197 197 server: { host: SERVER_HOST, port: SERVER_PORT }, 198 198 plugins: [ 199 199 { 200 + name: 'oauth-envs', 200 201 config(_conf, { command }) { 201 202 if (command === 'build') { 202 203 process.env.VITE_OAUTH_CLIENT_ID = metadata.client_id;