Skip to content

Commit

Permalink
fix: added export to auth (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushbtw authored Jul 27, 2023
1 parent d0d64a8 commit 0fcf201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import { PrismaClient } from "@prisma/client";

const client = new PrismaClient();

const auth = lucia({
export const auth = lucia({
env: dev ? "DEV" : "PROD",
middleware: sveltekit(),
adapter: prisma(client)
Expand Down

0 comments on commit 0fcf201

Please sign in to comment.