npm package diff
Package: @forge/tunnel
Versions: 5.5.7-next.14 - 5.6.0-next.15
File: package/out/sandbox/node-sandbox.js
Index: package/out/sandbox/node-sandbox.js
===================================================================
--- package/out/sandbox/node-sandbox.js
+++ package/out/sandbox/node-sandbox.js
@@ -18,9 +18,11 @@
this.callbacks = new Map();
this.process = (0, child_process_1.fork)(RUNNER, [fileName, handler], {
stdio: ['ignore', 'pipe', 2, 'ipc'],
env: {
- _HANDLER: this.name
+ _HANDLER: this.name,
+ FORGE_EFS_RUNTIME_PATH: appPath,
+ FORGE_CUSTOM_WRAPPER_FILE_NAME: '__forge_wrapper__.cjs'
},
execArgv: debugPort ? [`--inspect=0.0.0.0:${debugPort}`] : undefined
});
readline_1.default.createInterface(this.process.stdout).on('line', (line) => {