From 8173841e2c61c616ae4ad197a2606b9f94e06044 Mon Sep 17 00:00:00 2001 From: "ildar.timerbaev" Date: Thu, 5 Sep 2024 21:03:42 +0300 Subject: [PATCH] Improved configuration file --- .idea/workspace.xml | 35 ++++--- src/config/.gitignore | 2 +- src/config/config.template.json | 97 ------------------ src/config/config.template.ts | 99 +++++++++++++++++++ src/config/index.tsx | 2 +- .../global-store/modules/config-module.ts | 2 +- 6 files changed, 122 insertions(+), 115 deletions(-) delete mode 100644 src/config/config.template.json create mode 100644 src/config/config.template.ts diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7bcc18cb4..856aa3bad 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,12 @@