diff --git a/app/src/lib/appAuth.ts b/app/src/lib/appAuth.ts index e2b5b9c..b05937e 100644 --- a/app/src/lib/appAuth.ts +++ b/app/src/lib/appAuth.ts @@ -5,9 +5,9 @@ import { RedditOAuth2Provider, TwitterAuthProvider, } from "sk-auth/providers"; -import dotenv from 'dotenv'; +import { config } from "dotenv"; -dotenv.config(); +config(); export const appAuth = new SvelteKitAuth({ providers: [