feat: add bluesky as a provider #564
Annotations
6 errors
test:
src/module.ts#L260
Element implicitly has an 'any' type because expression of type 'OAuthProvider' can't be used to index type '{ github: { clientId: string; clientSecret: string; redirectURL: string; }; gitlab: { clientId: string; clientSecret: string; redirectURL: string; }; spotify: { clientId: string; clientSecret: string; redirectURL: string; }; ... 25 more ...; seznam: { ...; }; }'.
|
test:
src/runtime/server/lib/oauth/bluesky.ts#L15
'"#imports"' has no exported member named 'useStorage'. Did you mean 'useState'?
|
test:
src/runtime/server/routes/atproto/client-metadata.json.get.ts#L12
Element implicitly has an 'any' type because expression of type 'OAuthProvider' can't be used to index type '{ github: { clientId: string; clientSecret: string; redirectURL: string; }; gitlab: { clientId: string; clientSecret: string; redirectURL: string; }; spotify: { clientId: string; clientSecret: string; redirectURL: string; }; ... 25 more ...; seznam: { ...; }; }'.
|
test:
src/runtime/server/utils/atproto.ts#L8
'"#imports"' has no exported member named 'getRequestURL'. Did you mean 'useRequestURL'?
|
test:
src/runtime/server/utils/atproto.ts#L15
Element implicitly has an 'any' type because expression of type 'OAuthProvider' can't be used to index type '{ github: { clientId: string; clientSecret: string; redirectURL: string; }; gitlab: { clientId: string; clientSecret: string; redirectURL: string; }; spotify: { clientId: string; clientSecret: string; redirectURL: string; }; ... 25 more ...; seznam: { ...; }; }'.
|
test
Process completed with exit code 2.
|