mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
refactor: move from next js to vite and tanstack router
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user