diff --git a/docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md b/docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md
index dae4cc2..fd487d0 100644
--- a/docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md
+++ b/docs/PRODUCTION_READINESS_HANDOFF_ROADMAP.md
@@ -248,7 +248,7 @@ Acceptance criteria:
Goal: prove the product is ready to release.
-- [ ] **P10.1** Run full local verification: `pnpm run verify`. Commit:
+- [x] **P10.1** Run full local verification: `pnpm run verify`. Commit: `c34402b`; Verified: `zsh -lc 'source ~/.zshrc; export GITEA_NPM_TOKEN; pnpm run verify'` passed backend/web/mobile typecheck, backend tests (54 files, 373 tests), web tests (22 files, 96 tests), mobile tests (25 files, 97 tests), backend build, and web production build. Notes: mobile tests still emit the existing `react-test-renderer` deprecation warning, and Next build emits the existing `--localstorage-file` warning without failing.
- [ ] **P10.2** Run lint for backend, web, and mobile. Commit:
- [ ] **P10.3** Run web Playwright E2E. Commit:
- [ ] **P10.4** Run Docker compose build and smoke. Commit:
diff --git a/web/next-env.d.ts b/web/next-env.d.ts
index c4b7818..9edff1c 100644
--- a/web/next-env.d.ts
+++ b/web/next-env.d.ts
@@ -1,6 +1,6 @@
///
///
-import "./.next/dev/types/routes.d.ts";
+import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.