mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -156,4 +156,7 @@ gcloud.json
|
||||
keys.json
|
||||
|
||||
# Playwright MCP
|
||||
.playwright-mcp/*
|
||||
.playwright-mcp/*
|
||||
|
||||
# Application
|
||||
**/.superset/**
|
||||
|
||||
Reference in New Issue
Block a user