From 5249346df461ce497d895117f6a14fc72a635a89 Mon Sep 17 00:00:00 2001 From: Erik Rasmussen Date: Tue, 3 Feb 2026 11:59:16 +0100 Subject: [PATCH] Remove CodeSandbox CI integration The CodeSandbox CI has been causing build failures due to native module dependencies (iltorb) that require build tools not available in the CI environment. This integration provided minimal value - it built example sandboxes to verify they still work, but the frequent failures and maintenance burden outweigh the benefits. Fixes CI failures seen in recent PRs (#1056, etc.) --- .codesandbox/ci.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .codesandbox/ci.json diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json deleted file mode 100644 index 786b03d..0000000 --- a/.codesandbox/ci.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "sandboxes": [ - "/examples/simple", - "/examples/record-level-validation", - "/examples/field-level-validation", - "/examples/submission-errors", - "/examples/subscriptions" - ], - "node": "18", - "installCommand": "setup" -}