File und Order Struktur wie bai Kai in mockData Verzeichnis

Chart in localhost testen und in die Umgebung development und production
This commit is contained in:
ISA
2024-10-24 13:36:25 +02:00
parent c2b4f40d39
commit 85bc6f86de
44 changed files with 52 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ export async function loadWindowVariables() {
if (environment === "production") {
script.src = `/CPL?/${src}`; // Produktions-Pfad
} else {
script.src = `/mockData/${src}`; // Entwicklungs-Pfad
script.src = `/mockData/SERVICE/${src}`; // Entwicklungs-Pfad
}
script.async = true;
script.onload = () => {