Files
trustme/resources/static/js/vite-refresh.js
2025-08-05 10:26:39 +05:00

9 lines
292 B
JavaScript

import RefreshRuntime from 'http://localhost:5173/@react-refresh'
if (RefreshRuntime) {
RefreshRuntime.injectIntoGlobalHook(window)
window.$RefreshReg$ = () => {
}
window.$RefreshSig$ = () => (type) => type
window.__vite_plugin_react_preamble_installed__ = true
}