feat(opsserver): Serve bundled frontend from a dedicated dist_serve directory and update frontend UI/packaging

This commit is contained in:
2026-02-24 14:36:29 +00:00
parent 29922004ea
commit f78cab7dd8
12 changed files with 48 additions and 79 deletions

View File

@@ -3,11 +3,11 @@ import { css } from '@design.estate/dees-element';
export const viewHostCss = css`
:host {
display: block;
width: 100%;
height: 100%;
padding: 24px;
box-sizing: border-box;
margin: auto;
max-width: 1280px;
padding: 16px 16px;
color: #fff;
box-sizing: border-box;
}
.view-title {
font-size: 24px;