- Миграция на монорепозиторий (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>
10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"name": "@gooseek/shared-types",
|
|
"version": "1.0.0",
|
|
"main": "./src/types.ts",
|
|
"types": "./src/types.ts",
|
|
"exports": {
|
|
".": "./src/types.ts"
|
|
}
|
|
}
|