From 17ba3c603e4c522ccca282f6786fff2e0b3f4f6e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Dec 2025 18:01:31 +0900 Subject: feat(client): setup routing with wouter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- vitest.config.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vitest.config.ts') diff --git a/vitest.config.ts b/vitest.config.ts index af9649f..924632b 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -1,6 +1,8 @@ +import react from "@vitejs/plugin-react"; import { defineConfig } from "vitest/config"; export default defineConfig({ + plugins: [react()], test: { globals: true, env: { -- cgit v1.2.3-70-g09d2