refactor: move from next js to vite and tanstack router

This commit is contained in:
Kacper
2025-12-17 20:11:16 +01:00
parent 9954feafd8
commit 5136c32b68
263 changed files with 11148 additions and 10276 deletions

View File

@@ -177,10 +177,10 @@ Our current Next.js implementation uses **less than 5%** of the framework's capa
## Folder Structure
### apps/app/ (After Migration)
### apps/ui/ (After Migration)
```
apps/app/
apps/ui/
├── electron/ # Electron main process (TypeScript)
│ ├── main.ts # Main entry point
│ ├── preload.ts # Context bridge