Actions in sub directory?
I created a new directory within convex and created a new file named
automation.ts
within that dir, I see no errors when running npx convex dev
however I can't see that action/function in the convex dashboard (I can see all other functions which are present in the root of convex dir)
Example path /app/convex/integrations/automation.ts
I can't seem to find the docs for this, I remember seeing it somewhere and am positive this can be done., Can anyone refer me to docs/videos related to this? or am I hallucinating?1 Reply
Found the issue, I hadn't exported my function., exporting it solved the issue and I can see it in convex dashboard now.