Files
cc-backend/web/frontend
dependabot[bot] 6bffa359d0 Bump @rollup/plugin-replace from 5.0.7 to 6.0.2 in /web/frontend
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.7 to 6.0.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.2/packages/replace)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 07:19:25 +00:00
..
2025-04-23 17:59:26 +02: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