$ ./bin/vite dev
Trace: `server.hmr.protocol/host/port/path/clientPort/timeout/server` is deprecated. Use `server.ws.*` instead. Note that this option may be set by a plugin.
Triggered by:
|
const hmr = userConfig.server?.hmr ?? {} |
|
if (typeof hmr === 'object' && !hmr.hasOwnProperty('clientPort')) { |
|
hmr.clientPort ||= port |
|
server.hmr = hmr |
|
} |
And possibly subsequent code.
Triggered by:
vite_ruby/vite-plugin-ruby/src/config.ts
Lines 96 to 100 in 3c59d7b
And possibly subsequent code.