fix(web): render ansi logs with wrapped lines (#1425)

This commit is contained in:
wenjie
2026-03-12 19:12:19 +08:00
committed by GitHub
parent 7872bb3f0a
commit d18a319b0c
13 changed files with 595 additions and 159 deletions
+2 -1
View File
@@ -36,7 +36,8 @@
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0"
"tw-animate-css": "^1.4.0",
"wrap-ansi": "^10.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",