fix web orchestrator build and sample update
This commit is contained in:
@@ -60,7 +60,7 @@ async function main() {
|
||||
}
|
||||
|
||||
// 2. Determine and validate asset folder root and build directory
|
||||
const workspaceRoot = path.resolve(__dirname, "../../");
|
||||
const workspaceRoot = path.resolve(__dirname, ".");
|
||||
|
||||
const assetFolderRootInput = config.asset_root;
|
||||
let assetFolderRoot;
|
||||
@@ -310,7 +310,7 @@ Processing '${subdirName}' directory into '${targetFile}'`);
|
||||
Script finished. Output files are in ${buildDir}`);
|
||||
console.log(
|
||||
`To run this script: node ${path.relative(
|
||||
path.resolve(__dirname, "../.."),
|
||||
path.resolve(__dirname, "."),
|
||||
__filename
|
||||
)}`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user