Files
drive/packages/convex/auth.config.ts

11 lines
145 B
TypeScript
Raw Normal View History

2025-09-14 21:46:38 +00:00
const authConfig = {
providers: [
{
domain: process.env.CONVEX_SITE_URL,
applicationID: "convex",
2025-09-14 21:46:38 +00:00
},
],
}
export default authConfig