UNPKG

@nx/remix

Version:

The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook. - Generators for applica

8 lines (7 loc) 586 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createDependencies = exports.createNodesV2 = exports.createNodes = void 0; var plugin_1 = require("./src/plugins/plugin"); Object.defineProperty(exports, "createNodes", { enumerable: true, get: function () { return plugin_1.createNodes; } }); Object.defineProperty(exports, "createNodesV2", { enumerable: true, get: function () { return plugin_1.createNodesV2; } }); Object.defineProperty(exports, "createDependencies", { enumerable: true, get: function () { return plugin_1.createDependencies; } });