Files
oh-my-opencode/src/shared/port-utils.ts
T
2026-05-21 12:48:43 +09:00

8 lines
152 B
TypeScript

export {
DEFAULT_SERVER_PORT,
findAvailablePort,
getAvailableServerPort,
isPortAvailable,
type AutoPortResult,
} from "@oh-my-opencode/utils"