7b05974ca4
Upgrade admin-web and desktop-client onto Vite 7 / Vitest 4 with the matching @vitejs/plugin-vue 6 and electron-vite 5, and introduce manualChunks plus gzip/brotli compression so the admin bundle ships in smaller, route-aware pieces. ANALYZE=true emits a treemap via rollup-plugin-visualizer; the generated stats.html is gitignored. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
23 lines
288 B
Plaintext
23 lines
288 B
Plaintext
.DS_Store
|
|
node_modules/
|
|
.pnpm-store/
|
|
coverage/
|
|
dist/
|
|
.env
|
|
.env.local
|
|
apps/*/dist/
|
|
apps/*/out/
|
|
apps/*/release/
|
|
apps/*/node_modules/
|
|
apps/*/.output/
|
|
apps/*/.wxt/
|
|
apps/*/chrome-mv*/
|
|
apps/*/firefox-mv*/
|
|
.claude
|
|
.superpowers/*
|
|
.playwright-mcp/*
|
|
.playwright-cli/*
|
|
*.log
|
|
*.tmp
|
|
apps/*/stats.html
|