lucia-auth / lucia

Authentication, simple and clean
https://lucia-auth.com
BSD Zero Clause License
9.65k stars 500 forks source link

Add missing import to SvelteKit getting started #1686

Closed ixxie closed 2 months ago

ixxie commented 2 months ago

The code snippet in the SvelteKit getting started tutorial is missing the import for BetterSqlite3Adapter, which may be confusing to new users. This adds the import to resolve the issue.

ixxie commented 2 months ago

I'm closing this in favor of an improved upcoming PR.