Files
cc-backend/web/frontend
dependabot[bot] 5d518208e4 Bump svelte
Bumps the npm_and_yarn group with 1 update in the /web/frontend directory: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).


Updates `svelte` from 5.53.2 to 5.53.6
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.53.6/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.53.6
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-28 05:31:13 +00:00
..
2026-02-24 20:26:12 +01:00
2026-02-28 05:31:13 +00:00
2026-02-28 05:31:13 +00:00
2026-02-10 09:17:34 +01:00

cc-frontend

Build

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

Builds on:

Get started

Install the dependencies...

npm install

...then build using Rollup:

npm run build