Llabe
Llabe12mo ago

Convex tsconfig no inputs found

This one: No inputs were found in config file [file path]. Specified 'include' paths were ["./*/"]' and 'exclude' paths were '["./_generated"] .
3 Replies
erquhart
erquhart12mo ago
For include try: ["./**/*"] If that doesn't work, share the path to one of your convex functions from repo root
sshader
sshader12mo ago
(also make sure there's at least one non-empty .js / .ts file in your convex folder)
Llabe
LlabeOP12mo ago
Okey perfect, I'll check both suggestion. Thank you very much!

Did you find this page helpful?