Switch build output to ESM format and update entrypoints
Changed the build script to output ES modules instead of CommonJS. Updated action.yml to reference .js files instead of .cjs, and clarified proxy support logic in bootstrap.js.
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Enable env-based proxy support (honors explicit opt-out if caller set NODE_USE_ENV_PROXY)
|
||||
// Enable env-based proxy support before loading the main bundle (unless caller explicitly set NODE_USE_ENV_PROXY)
|
||||
if (process.env.NODE_USE_ENV_PROXY == null) {
|
||||
process.env.NODE_USE_ENV_PROXY = "1";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user