fix: complete TechLog migration evidence
This commit is contained in:
@@ -43,6 +43,18 @@ load. The exact route, dependency, stylesheet, asset, and parity inventory is
|
||||
recorded in
|
||||
[`docs/operations/techlog-ui-migration-baseline.md`](docs/operations/techlog-ui-migration-baseline.md).
|
||||
|
||||
`corepack pnpm build` emits a self-contained `dist/server.mjs` production
|
||||
boundary. `corepack pnpm preview --host 127.0.0.1 --port 4174` serves known
|
||||
Public and Studio routes as SPA documents, preserves the in-shell Studio 404,
|
||||
and returns source-exact raw `404 text/plain` responses for missing Public
|
||||
content. With the read-only source temp-copy server on `4375`, run:
|
||||
|
||||
```bash
|
||||
TECH_LOG_SOURCE_URL=http://127.0.0.1:4375 \
|
||||
TECH_LOG_TARGET_URL=http://127.0.0.1:4174 \
|
||||
corepack pnpm verify:tech-log-source-parity
|
||||
```
|
||||
|
||||
## Architecture
|
||||
|
||||
Dependencies point inward:
|
||||
|
||||
Reference in New Issue
Block a user