What can vary by lane
Basic setup
1
Create or select a lane
Open the lane that needs custom runtime settings.
2
Open environment settings
Add only the variables or command overrides that are specific to this lane.
3
Start the process
Use Run or the lane terminal to start the app.
4
Verify the preview
Open the preview URL and make sure it points at the selected lane.
Keep it simple
- Prefer project defaults until a lane truly needs an override.
- Never paste production secrets into lane settings.
- Use clear variable names and document unusual overrides in the lane prompt.
- Stop unused lane processes so ports return to the pool.
Agents inherit the lane environment when they run commands. If a test depends on a lane-specific variable, mention that in the prompt.