Javascript build-web-agent.js fixes (#107)

* chore: update build script to use Node.js built-in modules and fix linting issues

## CHANGES

- Replace CommonJS require with node: prefix
- Remove unused _workspaceRoot variable declaration
- Change template literal to regular string
- Update .gitignore to exclude VSCode settings

* feat: remove unused workspace root variable from build configuration
This commit is contained in:
Kayvan Sylvan
2025-05-27 17:58:22 -07:00
committed by GitHub
parent 83eab78b44
commit 82bdb3ded0
2 changed files with 7 additions and 5 deletions

5
.gitignore vendored
View File

@@ -14,4 +14,7 @@ build/
.DS_Store
# Environment variables
.env
.env
# VSCode settings
.vscode/