metrix on production mode + up cli version
All checks were successful
platform/bro/pipeline/head This commit looks good

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-08-12 15:50:30 +03:00
parent ced1f85a7f
commit 2d98b55bbc
6 changed files with 3358 additions and 2645 deletions

View File

@@ -2,10 +2,13 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './app';
import './ym';
import { keycloak } from "./__data__/kc";
import { createStore } from "./__data__/store";
if(!module.hot) {
import('./ym');
}
export default (props) => <App {...props} />;
let rootElement: ReactDOM.Root