feat: create /config/settings.js for separate of conserns SoC

This commit is contained in:
ISA
2024-07-10 08:40:55 +02:00
parent 6c60700b7c
commit 6d024235d0
2 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
// /config/settings.js
// Definieren der grundlegenden Umgebungseinstellungen und Konfigurationen der Karte
export const MAP_VERSION = "0.5.3";
export const STANDARD_SIDE_MENU = true;
export const FULL_SIDE_MENU = false;
export const MAP_VERSION = "1.0.0";
//export const STANDARD_SIDE_MENU = true;
//export const FULL_SIDE_MENU = false;