## What to build `packages/app/src/i18n-plugin.ts` imports `vite` and `node:*` modules. Move it to the adapter layer so `app` remains runtime-free. ## Acceptance criteria - [ ] File moved to `packages/adapter-vite/src/`. - [ ] All imports updated. - [ ] `deno-api:check` still passes for `app`. ## Blocked by None
What to build
packages/app/src/i18n-plugin.tsimportsviteandnode:*modules. Move it to the adapter layer soappremains runtime-free.Acceptance criteria
packages/adapter-vite/src/.deno-api:checkstill passes forapp.Blocked by
None