feat: монорепо миграция, Discover/SearxNG улучшения
- Миграция на монорепозиторий (apps/frontend, apps/chat-service, etc.) - Discover: проверка SearxNG, понятное empty state при ненастроенном поиске - searxng.ts: валидация URL, проверка JSON-ответа, авто-добавление http:// - docker/searxng-config: настройки для JSON API SearxNG Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
6
apps/shared-utils/src/index.ts
Normal file
6
apps/shared-utils/src/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export { hashObj } from './serverUtils';
|
||||
export { splitText } from './splitText';
|
||||
export { default as computeSimilarity } from './computeSimilarity';
|
||||
export { getFileDetails } from './files';
|
||||
export { cn, formatTimeDifference } from './utils';
|
||||
export { default as formatHistory } from './formatHistory';
|
||||
Reference in New Issue
Block a user