UNPKG

nx

Version:

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

12 lines (11 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const client_1 = require("./client"); (async () => { try { console.log(await client_1.daemonClient.isServerAvailable()); } catch { console.log(false); } })();