mirror of
https://github.com/Sidenai/sidex
synced 2026-05-24 10:08:28 +00:00
Architecture mapped from VSCode (4,548 files, 5 layers, 93 platform services). Electron replaced with Tauri v2 (Rust backend + native webview). Frontend: Monaco editor, VSCode-style DI, workbench layout, file explorer, tabs, command palette, search, status bar, dark theme. Backend: 25 Rust commands — filesystem (9), terminal PTY (4), search (2), window management (4), OS info (3), SQLite storage (3). 8.5MB DMG vs VSCode's 100MB+. Same architecture, native performance. Methodology: Open Claw approach — study, map, port, verify. Made-with: Cursor
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|