hello my vite dev server runs on https://localhost...
# component-testing
p
hello my vite dev server runs on https://localhost:3000 but with the default component testing config:
Copy code
component: {
    devServer: {
      framework: 'vue',
      bundler: 'vite',
    },
  },
cypress tries to connect on http -> http://localhost:3000 how do i configure my component test that it connects to https?