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

4
ui/node_modules/json5/lib/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,4 @@
import parse = require('./parse')
import stringify = require('./stringify')
export {parse, stringify}