Appearance
How-to: Verify a Gateway Artifact
Use this when checking whether a napplet build matches the production-equivalent local loading path.
Commands
bash
pnpm --filter "./apps/playground/napplets/*" build
pnpm audit:gateway-artifacts
pnpm --filter @kehto/playground preview --port 4174What to check
- Each napplet emits
dist/index.html. - Each napplet emits
dist/.nip5a-manifest.json. - The manifest has the expected
requirestags. - The shell loads
/napplet-gateway/<dTag>/<aggregateHash>/index.html. - The iframe remains opaque-origin.
Do not treat direct /napplets/<name>/ static serving as the canonical proof path.