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) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = default_1; const v2_impl_1 = require("./lib/v2.impl"); async function default_1(tree, schema) { await (0, v2_impl_1.v2MetaGenerator)(tree, schema); }