add tv mode provider

This commit is contained in:
2025-09-03 09:03:34 -05:00
parent 64b3b0a854
commit 35215d34a1
30 changed files with 515 additions and 508 deletions

View File

@@ -16,5 +16,5 @@ export const getUser = query(async (ctx) => {
email: user.email ?? null,
name: user.name ?? null,
image: user.image ?? null,
}
};
});