betterwithage commited on
Commit
5fe66a4
·
verified ·
1 Parent(s): da9e8fb

fix(console): repair 2nd stale chunk — add layout-NiehYZnq.js re-export shim of layout-bCNSinLC.js (122 tab chunks import layout wrapper L from the old name)

Browse files

Completes the partial-build repair alongside index-BVfpSx5Q.js. layout-bCNSinLC.js exports {L}; this shim re-exports it under the old 404'ing name so all 122 layout-wrapped tabs resolve. Additive, reversible. Perplexity Computer Agent, Doctrine v11.

Files changed (1) hide show
  1. console/assets/layout-NiehYZnq.js +11 -0
console/assets/layout-NiehYZnq.js ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // SPDX-License-Identifier: Apache-2.0
2
+ // © 2026 Lutar, Stephen P. — SZL Holdings · ORCID 0009-0001-0110-4173 · Doctrine v11
3
+ //
4
+ // STALE-CHUNK REPAIR SHIM (Perplexity Computer Agent, 2026-07-06)
5
+ // -----------------------------------------------------------------------------
6
+ // Second half of the partial-build repair. 122 lazy chunks import the layout
7
+ // wrapper "L" from "./layout-NiehYZnq.js", but the deployed layout chunk was
8
+ // (re)named "layout-bCNSinLC.js" (which exports exactly { L }). The old name
9
+ // 404s, so every tab that wraps in the shared layout fails to import.
10
+ // This shim re-exports L under the old name. Additive & reversible.
11
+ export { L } from "./layout-bCNSinLC.js";