9 lines
292 B
JavaScript
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
|
|
} |