It sounds like you have an error in your config file. How about posting it?
Oct 21, 2020
5
Level 14
Vue.js Vite has an option for https, but I'm getting invalid config
Hi, in the Docs for Vite it says this
Starting the server with --https will automatically generate a self-signed cert and start the server with TLS and HTTP/2 enabled.
But when I tried it it shows me invalid config. Am I doing it wrong?
$ npm run dev --https
npm WARN invalid config https-proxy=true
npm WARN invalid config Must be a full url with 'http://'
> [email protected] dev C:\xampp\htdocs\vue-client-laravel-server\client
> vite
vite v1.0.0-rc.4
Dev server running at:
> Network: http://192.168.1.118:3000/
> Local: http://localhost:3000/
Please or to participate in this conversation.