@mbsks/rspfx-manifest-server
v0.0.14
Published
RSPFX HTTPS manifest server for the SharePoint workbench (:4321)
Readme
@mbsks/rspfx-manifest-server
Development certificates for RSPFX — an SPFx-compatible build toolchain powered by Rspack.
Generates and caches the self-signed TLS key/cert pair used by the local HTTPS dev server (the compiler-rspack dev server; serving itself is handled there, not here). Certificates live in ~/.rspfx/certs and are reused across runs.
Install
npm i @mbsks/rspfx-manifest-serverUsage
import { ensureCertificates } from '@mbsks/rspfx-manifest-server';
const { key, cert } = await ensureCertificates('.rspfx/certs');API
ensureCertificates(dir)— generate/load self-signed key + cert (writeskey.pem,cert.pem, andcert.pem.trust.txtwith trust instructions)
Links
- RSPFX documentation
- License: MIT
