more tests

This commit is contained in:
2024-06-13 22:36:57 +02:00
parent 621e414f95
commit e173888692
3 changed files with 56 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
const getConfig = () => {
console.log(window._env_)
console.log(window._env_);
return window._env_ || {};
}

View File

@@ -21,7 +21,6 @@ axios.interceptors.request.use(
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<script src="%PUBLIC_URL%/config.js"></script>
<App/>
</React.StrictMode>
);