Link portless in local development docs

This commit is contained in:
Ben Senescu 2026-03-09 23:49:16 -04:00
parent d60276de9e
commit 0bd61ae264

View File

@ -119,9 +119,9 @@ pnpm dev:agents
`pnpm dev` runs on `http://localhost:3001` by default (or `PORT` from `.env.local`). `pnpm dev` runs on `http://localhost:3001` by default (or `PORT` from `.env.local`).
`pnpm dev:agents` runs through portless at `http://open-seo.localhost:1355` by default. `pnpm dev:agents` runs through [portless](https://github.com/vercel-labs/portless) at `http://open-seo.localhost:1355` by default.
When using a git worktree, portless prefixes the branch name, for example `http://feature-name.open-seo.localhost:1355`. When using a git worktree, [portless](https://github.com/vercel-labs/portless) prefixes the branch name, for example `http://feature-name.open-seo.localhost:1355`.
Running locally is the fastest way to test core flows. Running locally is the fastest way to test core flows.