chore: update .prettierignore and format vite.config.mts

- Added routeTree.gen.ts to .prettierignore to prevent formatting of generated files.
- Reformatted the external dependencies list in vite.config.mts for improved readability.
This commit is contained in:
Kacper
2026-01-02 20:56:40 +01:00
parent 8e1a9addc1
commit 3c8ee5b714
2 changed files with 15 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ pnpm-lock.yaml
# Generated files
*.min.js
*.min.css
routeTree.gen.ts
apps/ui/src/routeTree.gen.ts
# Test artifacts
test-results/