mediago-dev--mediago
8a5ac39cc5
- 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>
19 行
294 B
YAML
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
|