- Notifications
You must be signed in to change notification settings - Fork 491
Open
Description
For local deployments it would be very helpful if convex respected the port settings in .env.local file and used it to when spinning up the local convex server. Currently it always overwrites with the port being 3210
This would be very helpful when running multiple worktrees on the same machine.
In addition reading the NEXT_PUBLIC_CONVEX_SITE_URL port would be needed.
Example .env.local
NEXT_PUBLIC_CONVEX_URL=http://127.0.0.1:3220 NEXT_PUBLIC_CONVEX_SITE_URL=http://127.0.0.1:3222 nipunn1313
Metadata
Metadata
Assignees
Labels
No labels