Different functions and root folders?
Is it possible to specify a root folder (e.g. where
schema.ts and convex.config.ts are) as well as a different functions folder (i.e. where functions on the api object will be found).
Am basically looking to achieve this folder structure:
but I want to specify functions: convex/functions such that our api object stays like api.video.fn. As far as I can tell from the docs you can only specify functions in convex.json3 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
No, there's no customization of your convex folder structure. On the frontend you can do
Is there any future plan to do this? I would love to move all config files to
convex/config directory.