Llabe
Llabe2y 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
erquhart2y ago
For include try: ["./**/*"] If that doesn't work, share the path to one of your convex functions from repo root
sshader
sshader2y ago
(also make sure there's at least one non-empty .js / .ts file in your convex folder)
Llabe
LlabeOP2y ago
Okey perfect, I'll check both suggestion. Thank you very much!

Did you find this page helpful?