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:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user