Files
mesh-forge/convex/auth.config.ts
Ben Allfree 086a98050c lint fixes
2025-12-06 17:17:13 -08:00

9 lines
126 B
TypeScript

export default {
providers: [
{
domain: process.env.CONVEX_SITE_URL,
applicationID: "convex",
},
],
}