Password Protected Single Page Applications and HTML files
GNU Affero General Public License v3.0
242
stars
26
forks
source link
Replace `vite preview` with `sirv-cli` until HTTP2 header compression issue is fixed #6
Closed
Greenheart closed 3 years ago
This issue can be avoided by using another preview server.
Add
sirv-cli
as dev dependency by runningnpm i -D sirv-cli
Replace
vite preview
withsirv-cli
in theserve
npm script