feat: remove unused workspace root variable from build configuration

This commit is contained in:
Kayvan Sylvan 2025-05-27 13:53:11 -07:00
parent d49c7698dd
commit 1f855d4dc1
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ async function main() {
}
// 2. Determine and validate asset folder root and build directory
const _workspaceRoot = path.resolve(__dirname, ".");
const assetFolderRootInput = config.asset_root;
let assetFolderRoot;