"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.withNx = void 0;
var with_nx_1 = require("./src/plugins/with-nx/with-nx");
Object.defineProperty(exports, "withNx", { enumerable: true, get: function () { return with_nx_1.withNx; } });