UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

10 lines (9 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSandbox = isSandbox; function isSandbox() { return (!!process.env.SANDBOX_RUNTIME || !!process.env.GEMINI_SANDBOX || !!process.env.CODEX_SANDBOX || !!process.env.CURSOR_SANDBOX); }