Does convex directory have to be in project root?
Hi does convex have to be in the root directory of your project?
2 Replies
If you want to arbitrarily use a different folder, you can set the path in
convex.json
: https://docs.convex.dev/production/project-configuration#changing-the-convex-folder-name-or-location
If you have a monorepo and convex is in the root of a specific package, but not in the git repo root, that's generally fine. Your build commands should just be set up to target the correct package root in your repo, which is typically already the case if you're using any kind of starter.Project Configuration | Convex Developer Hub
Local development
Never mind got it working
Has to adjust my build directory