Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
9 lines
284 B
JavaScript
Executable File
9 lines
284 B
JavaScript
Executable File
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
|
|
} |