Expand description
Local preview server for Pages exports.
Provides a local HTTP server to preview exported archives before deployment. Features:
- Static file serving with correct MIME types
- COOP/COEP headers for full WebCrypto functionality
- Auto-open browser on start
- Graceful shutdown via Ctrl+C
Structs§
- Preview
Config - Configuration for the preview server.
Enums§
- Preview
Error - Error type for preview server operations.
Functions§
- start_
preview_ server - Start the preview server.