项目文件夹

文件
caorushizi 8a5ac39cc5 chore: migrate player-ui to oxlint and upgrade to React 19, Vite 8, TS 6
- Remove biome.json from apps/player (use root oxlint/oxfmt config)
- Remove eslint from apps/player-ui, switch lint script to oxlint
- Upgrade React 18 → 19, Vite 7 → 8, TypeScript 5.9 → 6.0
- Upgrade @vitejs/plugin-react 5 → 6, @types/react to v19
- Fix vite.config.ts: __dirname → import.meta.dirname (ESM compat)
- Fix tsconfig.app.json: remove deprecated baseUrl option

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 00:05:02 +08:00

19 行
294 B
YAML

packages:
- app
- docs
- apps/*
- packages/**
- "!**/test/**"
- "!**/release/**"
onlyBuiltDependencies:
- "@parcel/watcher"
- "@sentry-internal/node-cpu-profiler"
- "@swc/core"
- "@tailwindcss/oxide"
- core-js
- electron
- electron-winstaller
- es5-ext
- esbuild