d3ro-voice/apps/web
Yun Chan 1af3cf75c7
Some checks failed
deploy-site / deploy (push) Failing after 14m16s
fix(release): stop shipping native modules built for the wrong runtime
The released installer could not start: it carried a better-sqlite3 build for the
host Node runtime instead of Electron, so the app died immediately with a module
version mismatch when it opened its database.

Packaging now proves the Electron build of every runtime-sensitive native module
before an installer or archive exists, and installers are produced only from that
verified tree, so the mistake cannot pass silently. The release pipelines run the
same check.

The default local model also pointed at a retired model: a *.gguf name that
Ollama cannot serve, while the settings, onboarding, and guide screens
recommended an older model. All of them now use the model the service code
already preferred.
2026-09-18 15:45:03 +09:00
..
e2e feat(web): manage dictionaries and teams from the console 2026-09-16 23:24:27 +09:00
public feat(release): prepare 1.1.0 candidate 2026-08-29 18:33:45 +09:00
src fix(release): stop shipping native modules built for the wrong runtime 2026-09-18 15:45:03 +09:00
AGENTS.md feat(web): manage dictionaries and teams from the console 2026-09-16 23:24:27 +09:00
CLAUDE.md feat(web): manage dictionaries and teams from the console 2026-09-16 23:24:27 +09:00
env.example.txt feat(release): prepare 1.1.0 candidate 2026-08-29 18:33:45 +09:00
next-env.d.ts feat(web): manage dictionaries and teams from the console 2026-09-16 23:24:27 +09:00
next.config.mjs feat(V2-3): Web App MVP — Next.js 15 + @d3ro/api-client 2026-04-09 02:52:31 +09:00
package.json fix(release): stop shipping native modules built for the wrong runtime 2026-09-18 15:45:03 +09:00
playwright.config.ts feat(web): manage dictionaries and teams from the console 2026-09-16 23:24:27 +09:00
tsconfig.json feat(V2-3차): pull 확장 + invite flow + Realtime + 테스트 + mobile UI 교체 2026-04-10 08:34:52 +09:00