fix(ui): fix web UI after tsdown migration and typing changes

This commit is contained in:
Gustavo Madeira Santana
2026-02-03 13:56:20 -05:00
parent 1c4db91593
commit 5935c4d23d
24 changed files with 499 additions and 43 deletions

View File

@@ -14,6 +14,7 @@ function createMockSkill(overrides: Partial<SkillStatusEntry> = {}): SkillStatus
name: "test-skill",
description: "A test skill",
source: "bundled",
bundled: false,
filePath: "/path/to/SKILL.md",
baseDir: "/path/to",
skillKey: "test-skill",