Hey @nolimits4web
would it be possible to add a setting to vite.config.js, which adds the --host option?
Reason: Most of the time I’m developing on one machine and have multiple other devices connected. So the first thing I do when running a new project is, to modify vite.config.js expose my localhost to the network:
server: {
host: true
},
It would be much appreciated (at least for me), if there was an option to expose my localhost initially.
Possible?
thx
andy