Vasiliy Koryanov
Results
2
issues of
Vasiliy Koryanov
OS: Windows 11 ``` vite --https --host any-custom-host.dev --port 443 --mode multi --strictPort ``` vite.config.ts ``` export default defineConfig({ server: { https: true }, plugins: [vue(), basicSsl()], preview: { https:...
It should be possible to change column width to see component name 