ShiftSync/web/public/hmr-runtime-inject.js

5 lines
194 B
JavaScript
Raw Permalink Normal View History

2025-06-12 13:57:08 +00:00
window.__vite_plugin_hmrOptions = {
protocol: location.protocol === 'https:' ? 'wss' : 'ws',
host: location.hostname,
port: location.port || (location.protocol === 'https:' ? 443 : 80),
};