Skip to content

Commit 2b0e1b4

Browse files
committed
Fix API build: disable isolated-vm sandbox temporarily
- Remove isolated-vm dependency (requires native compilation) - Stub out sandbox to return graceful error - Extension handlers will fail with 'sandbox unavailable' until isolated-vm is configured This allows the API to build and run without native compilation.
1 parent ac5bac1 commit 2b0e1b4

3 files changed

Lines changed: 23 additions & 450 deletions

File tree

api/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"@supabase/supabase-js": "^2.39.0",
1919
"fastify": "^5.2.1",
2020
"fastify-plugin": "^5.1.0",
21-
"isolated-vm": "^4.7.2",
2221
"pino-pretty": "^13.0.0",
2322
"zod": "^3.23.8"
2423
},

0 commit comments

Comments
 (0)