UNPKG

@nx/express

Version:

The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.

6 lines (5 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.applicationGenerator = void 0; var application_1 = require("./src/generators/application/application"); Object.defineProperty(exports, "applicationGenerator", { enumerable: true, get: function () { return application_1.applicationGenerator; } });