d3ro-voice/apps/admin
Yun Chan 0fbbbc1756
Some checks failed
deploy-site / deploy (push) Failing after 1m15s
fix(release): restore automatic updates by shipping the speech engine on demand
Auto-update could not work at all: the installer was 189 MB because it carried
the local speech engine and ffmpeg, and the download feed rejects uploads over
about 100 MiB, so update metadata could never be published.

The installer now leaves those components out and the app fetches them the first
time they are needed, verifying every part and the joined archive before
installing. The installer is 90.6 MiB, the update feed is published again, and
updates stay small because the engine is not re-sent on every release.

The fetch is visible and recoverable: the download runs with progress, a failed
install cleans up after itself, and Settings > STT shows the runtime status with
a manual download action for when the automatic one cannot run.
2026-09-18 13:51:49 +09:00
..
__tests__ feat(admin): 예전/최신 어드민 통합 — 실데이터 복원 + 인증 아키텍처 정리 2026-08-23 23:38:08 +09:00
src feat(admin): read live back-office data in every console view 2026-09-16 23:24:35 +09:00
AGENTS.md feat(admin): read live back-office data in every console view 2026-09-16 23:24:35 +09:00
CLAUDE.md feat(admin): read live back-office data in every console view 2026-09-16 23:24:35 +09:00
Dockerfile feat(release): prepare 1.1.0 candidate 2026-08-29 18:33:45 +09:00
next-env.d.ts feat(admin): read live back-office data in every console view 2026-09-16 23:24:35 +09:00
next.config.mjs feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
package.json fix(release): restore automatic updates by shipping the speech engine on demand 2026-09-18 13:51:49 +09:00
start.mjs feat(admin): 예전/최신 어드민 통합 — 실데이터 복원 + 인증 아키텍처 정리 2026-08-23 23:38:08 +09:00
tsconfig.json refactor(admin): CRM을 apps/admin 독립 프로젝트로 분리 2026-04-12 20:36:24 +09:00