diff --git a/convex/auth.config.ts b/convex/auth.config.ts new file mode 100644 index 0000000..f4eb564 --- /dev/null +++ b/convex/auth.config.ts @@ -0,0 +1,8 @@ +export default { + providers: [ + { + domain: process.env.CONVEX_SITE_URL, + applicationID: "convex", + }, + ], +};