Skip to content

Run the Console against the dev API without a local API - #981

Merged
epompeii merged 1 commit into
develfrom
claude/console-local-dev-api
Aug 19, 2026
Merged

Run the Console against the dev API without a local API#981
epompeii merged 1 commit into
develfrom
claude/console-local-dev-api

Conversation

@epompeii

Copy link
Copy Markdown
Member

Working on the Console alone meant building and running the API too. npm run dev points the Console at http://127.0.0.1:6610, and there was no other way
to aim it somewhere else.

npm run dev:dev-api serves the same Console on port 3000 against
https://dev.api.bencher.dev. It is the fast path for Console-only work: no
Rust build, no local database, and the data is whatever is on
dev.bencher.dev, so you need an account there to log
in.

Running the API locally stays the right choice when you are changing the API or
need the "Confirm Email" link from its logs. DEVELOPMENT.md now documents
both side by side.

Working on the Console alone meant building and running the API too, because
`npm run dev` points the Console at `http://127.0.0.1:6610` and there was no
other way to aim it somewhere else.

`npm run dev:dev-api` serves the same Console on port 3000 against
`https://dev.api.bencher.dev`. Running the API locally is still the right
choice when you are changing the API or need the "Confirm Email" link from its
logs, so both are now documented side by side.
@epompeii epompeii added the javascript Pull requests that update Javascript code label Aug 18, 2026
@epompeii
epompeii marked this pull request as ready for review August 19, 2026 02:27
@epompeii
epompeii merged commit eff31e6 into devel Aug 19, 2026
39 checks passed
@epompeii
epompeii deleted the claude/console-local-dev-api branch August 19, 2026 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant