You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run this example by Readme explanation:
pnpm install
pnpm run dev -- --https
open https://localhost:3000/src/main.js # The cert will be insecure - tell your browser to trust it
open 'https://single-spa-playground.org/playground/instant-test?name=vite-test&framework=vue&useNativeModules=true&url=https%3A%2F%2Flocalhost%3A3000%2Fsrc%2Fmain.js'
But I found dev server is running on http instead of https
So then I removed -- from run command and now it run https.
Is there any reason for those extra -- in run command or they are just typo?
The text was updated successfully, but these errors were encountered:
Hi,
I tried to run this example by Readme explanation:
But I found dev server is running on http instead of https
So then I removed -- from run command and now it run https.
Is there any reason for those extra -- in run command or they are just typo?
The text was updated successfully, but these errors were encountered: