lastTDR in CPL Verzeichnis
This commit is contained in:
@@ -11,7 +11,7 @@ export async function loadWindowVariables() {
|
||||
const environment = process.env.NEXT_PUBLIC_NODE_ENV || "production"; // Fallback auf 'production'
|
||||
|
||||
if (environment === "production") {
|
||||
script.src = `/CPL?/${src}`; // Produktions-Pfad
|
||||
script.src = `/CPL?/CPL/SERVICE/${src}`; // Produktions-Pfad
|
||||
} else {
|
||||
script.src = `/mockData/SERVICE/${src}`; // Entwicklungs-Pfad
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user