Files
notification/services/auth/resources/static/js/vite-refresh.js
A'zamov Samandar dd0da49eb9 auth service created
2025-04-19 14:58:55 +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
}