@axiom-lattice/gateway 2.1.61 → 2.1.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -6000,7 +6000,7 @@ app.setErrorHandler((error, request, reply) => {
6000
6000
  });
6001
6001
  });
6002
6002
  function getConfiguredSandboxProvider() {
6003
- const sandboxProviderType = process.env.SANDBOX_PROVIDER_TYPE || "microsandbox";
6003
+ const sandboxProviderType = process.env.SANDBOX_PROVIDER_TYPE || "microsandbox-remote";
6004
6004
  return createSandboxProvider({
6005
6005
  type: sandboxProviderType,
6006
6006
  remoteBaseURL: process.env.SANDBOX_BASE_URL,