fix: Rename chat.css to style.css in chat package build (#16622) (no-changelog)

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Mutasem Aldmour
2025-06-23 12:20:04 +02:00
committed by GitHub
parent ef28d25ba2
commit 3c195dd42e
2 changed files with 17 additions and 1 deletions

View File

@@ -50,5 +50,5 @@ Modify the import paths in `templates.ts` to point to your local server:
```
```html
<link href="https://127.0.0.1:8443/chat.css" rel="stylesheet" />
<link href="https://127.0.0.1:8443/style.css" rel="stylesheet" />
```