Skip to content

v0.2.1

Choose a tag to compare

@rmyndharis rmyndharis released this 15 Jun 03:15
ecbcd8e

A patch release.

Fixed

  • Dashboard: The API client now honors VITE_API_URL for split-origin deployments.
    It reads VITE_API_URL (the API origin) and appends /api instead 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).