From 1f855d4dc1529fd7fda25c5b6f27e1cca5366e68 Mon Sep 17 00:00:00 2001 From: Kayvan Sylvan Date: Tue, 27 May 2025 13:53:11 -0700 Subject: [PATCH] feat: remove unused workspace root variable from build configuration --- build-web-agent.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build-web-agent.js b/build-web-agent.js index 12dc8bd1..a2ab06fa 100644 --- a/build-web-agent.js +++ b/build-web-agent.js @@ -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;