feat: add React UI with Vite, chat interface, streaming display

This commit is contained in:
2026-04-13 15:03:01 -04:00
parent afffdeafb8
commit 922e724cfe
2335 changed files with 736155 additions and 0 deletions

10
ui/tsconfig.node.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}