The main merge left listStoredChatThreads imported twice -- once as a standalone import from the deep utils path and once via the @/features/chat barrel (which re-exports it) -- tripping TS2300 'Duplicate identifier' and failing the Tauri frontend build. Keep the barrel import, grouped with the other chat imports. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .gitkeep | ||
| .npmrc | ||
| biome.json | ||
| components.json | ||
| data-designer.openapi (1).yaml | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||