// convex/convex.config.ts
import { defineApp } from "convex/server";
import launchdarkly from "@convex-dev/launchdarkly/convex.config";
const app = defineApp();
app.use(launchdarkly);
export default app;
Failed to analyze config.js: Uncaught Error: Component definition does not have the required componentDefinitionPath property. This code only works in Convex runtime.
Also, the library has a vulnerability (which I submitted a PR on) https://github.com/get-convex/launchdarkly