Packages narrative
packages / test-convex / start
test-convex / start
Functions
| Name | Description |
|---|---|
resolveConvexProjectDir | Resolves the Convex project directory (the one holding |
resolveConvexStateDir | Resolves the project-local Convex state directory ( |
startConvex | Starts a local Convex backend via the bundled |
Interfaces
| Name | Description |
|---|---|
StartConvexOptions | Options for |
StartedConvex | Handle returned by |
runDaemon
Longrunning foreground process: spins up a Convex backend via , writes PID, URL, and adminkey marker files, and idles until SIGTERM/SIGINT. Intended for pnpm de
resolveConvexProjectDir
Resolves the Convex project directory (the one holding convex.json and the convex/ functions) the local backend pushes. Honors CONVEXPROJECTDIR for overrides; o