You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): print clickable dev-server URLs and dev-bypass shortcut (#1382)
* feat(core): print clickable dev-server URLs and dev-bypass shortcut
* Update packages/core/src/astro/integration/index.ts
Co-authored-by: emdashbot[bot] <273199577+emdashbot[bot]@users.noreply.github.com>
* fix(core): repair botched merge in dev-server-setup hook
The main merge left a duplicated printDevServerInfo block and a stray
closing brace in the astro:server:setup hook, producing a syntax error.
Remove the orphaned leftover, keeping the single listening handler.
---------
Co-authored-by: emdashbot[bot] <273199577+emdashbot[bot]@users.noreply.github.com>
The Astro dev server now prints absolute, clickable URLs for the admin UI and (when enabled) the MCP server, along with a dev-bypass shortcut link that signs you in as a dev admin without going through passkey setup or auth. The startup banner also shows the installed EmDash version. The dev-bypass link is dev-only and the underlying endpoint returns 403 in production.
0 commit comments