diff --git a/server/handlers/auth.mts b/server/handlers/auth.mts index 22c002f..600ff1d 100644 --- a/server/handlers/auth.mts +++ b/server/handlers/auth.mts @@ -1,3 +1,4 @@ +import '@netlify/functions'; import { extractUser } from '@helpers/auth.mjs'; import { useUsersDb } from '@helpers/db.mjs'; import { handleError } from '@helpers/error.mjs';