mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Reconcile dev's per-port dashboard model (localDashboardsByPort, configurable NEXT_PUBLIC_HEXCLAVE_LOCAL_DASHBOARD_PORT, JSON /api/development-environment/health probe) with this branch's auto-update + version-based restart feature: - dev-env-state: add version? to the per-port LocalDashboardState; keep the cliUpdateCheck cache; validate each per-port entry on read (drops a malformed entry, e.g. non-string version, so it never reaches parseVersionCore); recordLocalDashboardProcess regains its version arg. - dev.ts: keep shouldRestartDashboard/processExists/killLocalDashboard and the version-based restart, adapted to read pid/version per-port; killLocalDashboard now takes (url, port); recordLocalDashboardProcess records cliVersion(). - tests updated to the per-port model. |
||
|---|---|---|
| .. | ||
| dashboard-ui-components | ||
| init-stack | ||
| js | ||
| react | ||
| stack | ||
| stack-cli | ||
| stack-sc | ||
| stack-shared | ||
| stack-ui | ||
| tanstack-start | ||
| template | ||