-
Notifications
You must be signed in to change notification settings - Fork 315
Open
Description
Currently convex components support only the .js and .d.ts extensions.
To support standard extensions for esm and cjs, convex should check if a convex.config does exists with .cts,.mts and .d.cts,.d.mts.
This is the place that needs the change
// "convex.config", "convex.config.js", "convex.config.ts", etc. elif path.endswith(".d.ts"):
if im correct
Metadata
Metadata
Assignees
Labels
No labels