convex auth fix

This commit is contained in:
Ben Allfree
2025-11-22 05:35:09 -08:00
parent a0479386b1
commit c6e751bb7a

8
convex/auth.config.ts Normal file
View File

@@ -0,0 +1,8 @@
export default {
providers: [
{
domain: process.env.CONVEX_SITE_URL,
applicationID: "convex",
},
],
};