A patch release.
Fixed
- Dashboard: The API client now honors
VITE_API_URLfor split-origin deployments.
It readsVITE_API_URL(the API origin) and appends/apiinstead of always calling the
same-origin/api; the same-origin default is unchanged. This fixes the dashboard
failing with "Invalid API Key" when it is hosted on a different origin than the API.
Thanks @jairo315-bit (#91).
Dependencies
- Dashboard: Bump the TypeScript dev dependency from 5.9.3 to 6.0.3 (#140).