Ender Bonnet

Results 16 comments of Ender Bonnet

That would be good!

Duplicated https://github.com/ArdenIvanov/svelte-intellisense/issues/21

How do you use it? I don't get it sorry. Now that Lerna is out of support is possible to replace it with turborepo or something like that?

I was looking and I didn't find any use of Lerna here, because all the scripts that we run use `npm-run-all` instead of Lerna. In my project after deleting Lerna,...

Let me know if I can help you with something else

Should we pin all our dependencies? @Rich-Harris @benmccann

Same issue here. Working around: ```js providers: [ //@ts-expect-error issue https://github.com/nextauthjs/next-auth/issues/6174 GitHub({ clientId: GITHUB_ID, clientSecret: GITHUB_SECRET }) ] ```

> Furthermore, doing this type assertion should be in the docs, as I imagine that everyone will run into this problem the moment they start using SvelteKitAuth. I don't think...