rename build.yaml

This commit is contained in:
andreas 2023-10-01 12:41:57 +02:00
parent a334f886f6
commit 47f9d490ba
2 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ import fileDownload from "https://cdn.skypack.dev/js-file-download@0.4.12"
fetchStatus(true); fetchStatus(true);
setRunning(true); setRunning(true);
} }
structure=await loadConfig("testconfig.yaml"); structure=await loadConfig("build.yaml");
buildSelectors(ROOT_PATH,structure.config.children,true); buildSelectors(ROOT_PATH,structure.config.children,true);
//buildValues(); //buildValues();
} }