joeldenning / vite-single-spa-example

MIT License
63 stars 25 forks source link

docs: fix dev server startup command #8

Closed armujahid closed 2 years ago

armujahid commented 2 years ago

exiting command pnpm run dev --https throws Unknown option: 'https' error because vite https is invalid.

pnpm run dev -- --https translates to vite --https which is a valid command.

P.S. Kindly add hacktoberfest-accepted label after reviewing/merging this :)