Some checks failed
deploy-site / deploy (push) Failing after 13m48s
The Ollama setup guide still led with two retired models while the app already defaults to the newer one, so a fresh setup would install a model the app does not use. The guide now recommends the same model as the rest of the app and lists current lightweight alternatives.
21 lines
466 B
JSON
21 lines
466 B
JSON
{
|
|
"name": "@d3ro/i18n",
|
|
"version": "1.3.5",
|
|
"private": true,
|
|
"description": "D3RO Voice 공유 i18n — 12개 locale, 타입 안전 키, Context, 포맷 유틸",
|
|
"license": "MIT",
|
|
"main": "./src/index.tsx",
|
|
"types": "./src/index.tsx",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.tsx",
|
|
"default": "./src/index.tsx"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0"
|
|
}
|
|
}
|