mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
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:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user