Files
kemkas-gh-mirror/frontend
dependabot[bot] 7838e57d52 Bump @grafana/faro-web-sdk from 1.8.2 to 2.3.1 in /frontend
Bumps [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) from 1.8.2 to 2.3.1.
- [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/faro-web-sdk/commits/v2.3.1/packages/web-sdk)

---
updated-dependencies:
- dependency-name: "@grafana/faro-web-sdk"
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 21:06:21 +00:00
..
2026-04-05 10:03:13 +02:00
2026-04-04 18:59:34 +02:00
2026-04-04 18:59:34 +02:00
2026-04-04 18:59:34 +02:00

Frontend (Vite)

This frontend now uses Vite + React + TypeScript.

Scripts

  • yarn dev or yarn start: Start the Vite dev server.
  • yarn build: Build production assets to dist/.
  • yarn preview: Serve the production build locally.
  • yarn test: Run tests once with Vitest.
  • yarn test:watch: Run tests in watch mode.

Notes

  • Static files are served from public/.
  • The app entry HTML is index.html at the project root.
  • LESS files are compiled by Vite automatically, no separate compile step is needed.