1
0

chore: 依赖版本更新、Vite 构建配置完善、TrendChart 描述修正

- 更新 @commitlint/cli、@commitlint/config-conventional、@types/bun、typescript-eslint 至最新 patch 版本
- vite.config.ts 添加 emptyOutDir: true 消除构建 outDir 警告
- DEVELOPMENT.md TrendChart 描述从"双轴折线图(耗时/可用率)"修正为"趋势折线图(耗时+延迟范围)"
This commit is contained in:
2026-05-15 15:15:57 +08:00
parent 86b8cf1950
commit 2b08f81a0d
4 changed files with 79 additions and 38 deletions

View File

@@ -3,6 +3,7 @@ import { defineConfig } from "vite";
export default defineConfig({
build: {
emptyOutDir: true,
outDir: "../../dist/web",
rolldownOptions: {
output: {