fix(rce): add 'isolate' to list of trusted deps, fixed custom tools environment resolution (#2387)

* fix(rce): add isolate to list of trusted deps

* updated error enchancer in RCE

* fixed

* fix build

* fix failing test

* fix build

* fix build

* remove extraneous comment
This commit is contained in:
Waleed
2025-12-15 15:24:11 -08:00
committed by GitHub
parent 3a5363ac54
commit a45bb1bf3b
14 changed files with 547 additions and 324 deletions

View File

@@ -28,8 +28,8 @@
"overrides": {
"react": "19.2.1",
"react-dom": "19.2.1",
"next": "16.0.9",
"@next/env": "16.0.9",
"next": "16.1.0-canary.21",
"@next/env": "16.1.0-canary.21",
"drizzle-orm": "^0.44.5",
"postgres": "^3.4.5"
},
@@ -72,6 +72,8 @@
]
},
"trustedDependencies": [
"ffmpeg-static"
"ffmpeg-static",
"isolated-vm",
"sharp"
]
}