Move to monorepo for React Native!
This commit is contained in:
8
packages/backend/convex/auth.config.ts
Normal file
8
packages/backend/convex/auth.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
providers: [
|
||||
{
|
||||
domain: process.env.CONVEX_SITE_URL,
|
||||
applicationID: 'convex',
|
||||
},
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user