We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccde5ee commit 2cda0c3Copy full SHA for 2cda0c3
packages/client/src/bsky/index.test.ts
@@ -24,6 +24,8 @@ const TEST_CREDENTIALS = {
24
},
25
};
26
27
+console.log('env keys', Object.keys(process.env));
28
+
29
async function getAliceTsky() {
30
const manager = new CredentialManager({ service: 'https://bsky.social' });
31
await manager.login({
0 commit comments