0xJijimi0
Convex Community5mo ago
9 replies
0xJijimi

Resend component in monorepo

I'm struggling to get the Resend component to work in

I'm getting this error:

Module '"../_generated/server"' has no exported member 'components'.


This is the content of convex.config.ts:

import { defineApp } from "convex/server";
import resend from "@convex-dev/resend/convex.config";

const app = defineApp();
app.use(resend);

export default app;


Appreciate any help!
Was this page helpful?