resolveConvexProjectDir
●test-convex · /start·function
Resolves the Convex project directory (the one holding convex.json and the
convex/ functions) the local backend pushes. Honors CONVEX_PROJECT_DIR
for overrides; otherwise resolves the sibling @nordcom/commerce-convex
package next to this one.
Signature
function resolveConvexProjectDir(): string;Returns
Absolute path to the Convex project directory.
Related
StartConvexOptions StartedConvex resolveConvexStateDir startConvex