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

6 lines (5 loc) 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createWatchPaths = void 0; var create_watch_paths_1 = require("./src/utils/create-watch-paths"); Object.defineProperty(exports, "createWatchPaths", { enumerable: true, get: function () { return create_watch_paths_1.createWatchPaths; } });