Ender Bonnet

Results 21 comments of Ender Bonnet

> > if you have multiple providers, you also use like this `as Provider[]` > > ```ts > > export const authjs = SvelteKitAuth({ > > debug: dev, > >...

Thanks @stale (lol), I'll take a look at this issue

Same problem here, this is actually happening in the browser too.

Typesence looks really cool @oodavid. Could we try implementing it? I'd like to participate.

> LunrJs is also good and is flexible enough with a good documentation. Other alternatives might be stork.js and fuse.js. There are a lot of options, we should put our...

Hey @HemendraKhatik do you want to have a Readme File on spanish?

I will share this issue on twitter, from [@NodersJs](https://twitter.com/nodersjs) community 👏

If you are on Astrojs, this worked for me: ``` export default defineConfig({ integrations: [tailwind(), react()], vite: { ssr: { noExternal: ["react-dropzone"], }, }, }); ``` The snippet gave by...

Do we have a section in the documentation to clarify this behavior?

I removed docker desktop and it worked as well, I'm guessing that I may be losing some features like auto port forwarding, but I think that I can configure it...