Merge remote-tracking branch 'origin/master' into ajustes_final_etapa1
This commit is contained in:
@@ -8,8 +8,6 @@ import { type MutationCtx, type QueryCtx, type ActionCtx, query } from './_gener
|
||||
// Usar SITE_URL se disponível, caso contrário usar CONVEX_SITE_URL ou um valor padrão
|
||||
const siteUrl = process.env.SITE_URL || process.env.CONVEX_SITE_URL || 'http://localhost:5173';
|
||||
|
||||
console.log('siteUrl:', siteUrl);
|
||||
|
||||
// The component client has methods needed for integrating Convex with Better Auth,
|
||||
// as well as helper methods for general use.
|
||||
export const authComponent = createClient<DataModel>(components.betterAuth);
|
||||
|
||||
Reference in New Issue
Block a user