aboutsummaryrefslogtreecommitdiffhomepage
path: root/vitest.config.ts
AgeCommit message (Collapse)Author
2026-02-15fix(test): define __APP_VERSION__ in vitest confignsfisis
Vite's define config is not inherited by Vitest, causing App component tests to fail with ReferenceError. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-12-06feat(client): setup routing with wouternsfisis
Add wouter router with pages for home, login, register, and 404. Include tests for all routes using @testing-library/react. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06feat(dev): change architecture and directory structurensfisis