This commit is contained in:
2022-06-16 22:09:09 +00:00
parent 7b78e8f4dd
commit bd84bb4a23
9 changed files with 629 additions and 93 deletions

View File

@@ -63,10 +63,9 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//**************************************************************
//**************************************************************
//**************************************************************
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//DEVELOPMENT MODE FLAG, SET FALSE FOR RELEASE
//************************************************************
const DEV_MODE = false;
const DEV_MODE = true;
//************************************************************
//**************************************************************
//**************************************************************