aboutsummaryrefslogtreecommitdiffstats
path: root/web/dist/v3/assets/index-9FkFwXcK.css
Commit message (Collapse)AuthorAgeFilesLines
* Exclude test files from tsc build and rebuild production assetsClaude20 hours1-0/+1
Test files use Node built-ins (fs, path) which aren't available to the browser-targeted tsconfig. Excluding *.test.ts from tsc is the standard Vite/Vitest pattern — vitest handles test type-checking separately. Also rebuilds web/dist/v3/ to include the CSS overflow fixes. https://claude.ai/code/session_0141nhxmYfoFPVPZ813K1XFD