Files
cc-backend/web/frontend
dependabot[bot] d384097ade Bump @urql/svelte from 4.2.3 to 5.0.0 in /web/frontend
Bumps [@urql/svelte](https://github.com/urql-graphql/urql/tree/HEAD/packages/svelte-urql) from 4.2.3 to 5.0.0.
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/packages/svelte-urql/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/urql@5.0.0/packages/svelte-urql)

---
updated-dependencies:
- dependency-name: "@urql/svelte"
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 08:03:44 +00:00
..

cc-frontend

Build

A frontend for ClusterCockpit and cc-backend. Backend specific configuration can de done using the constants defined in the intro section in ./rollup.config.js.

Builds on:

Get started

Install the dependencies...

npm install

...then build using Rollup:

npm run build