calvinC
Convex Community7mo ago
2 replies
calvin

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

Ive done everything according to the docs, added the cron to components in the convex.config.ts and ran npx convex dev but getting this error. Any ideas? Heres my convex.config.ts:

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

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

export default app;
Was this page helpful?