Files
trezor-suite/packages/suite-web/README.md
Jiří Čermák b134f0a265 feat: add security headers for web build preview
- Define security headers for local testing of production web build.
- Use Vite to run the preview local server.
2026-01-30 10:28:57 +01:00

564 B

@trezor/suite-web

Build target for web environment.

Development

yarn workspace @trezor/suite-web dev

Bundle analysis

Visualize size of output files with Webpack Bundle Analyzer

yarn workspace @trezor/suite-web analyze

Preview

Start local server with production build and applied security headers:

yarn workspace @trezor/suite-web preview

Build & Preview

Build web app and run the preview command:

yarn workspace @trezor/suite-web build:preview