chore: allow using multiple ports for next dev (#43398)

## I have read the
[CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md)
file.

YES

## What kind of change does this PR introduce?

Trying agents with multiple git worktrees, want the ability to run
multiple instances of dev

## Context

For agent scripts that support git worktrees, you can set STUDIO_PORT to
0 and have the OS assign a port so they don't conflict with each other
This commit is contained in:
Ali Waseem
2026-03-04 10:47:35 -07:00
committed by GitHub
parent 45fd69d9cf
commit 28be36f04c
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@@ -156,4 +156,7 @@ gcloud.json
keys.json
# Playwright MCP
.playwright-mcp/*
.playwright-mcp/*
# Application
**/.superset/**