3 Commits

Author SHA1 Message Date
b809f1c095 fix: address ESLint warnings and add Vitest configuration
- Add ESLint flat config with Svelte and TypeScript support
- Fix unused variables and component prop naming
- Add Vitest browser testing setup with Playwright
- Configure separate test projects for client and server code
2025-12-30 12:28:14 -06:00
eedf22f86d refactor(just): reorganize Justfiles to match project architecture and format code 2025-12-30 04:24:41 -06:00
a636870661 refactor(web): migrate from Vike+React to SvelteKit
- Replace Vike+React with SvelteKit for simpler SSR and routing
- Update WASM build output paths from public/ to static/
- Add wasm-opt integration for WASM size optimization
- Streamline tooling: remove ESLint, Prettier configs (use defaults)
- Move build.rs to pacman-server/ (frontend no longer needs it)
2025-12-30 02:15:42 -06:00