UNPKG

745 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.Preset = void 0;
4var Preset;
5(function (Preset) {
6 Preset["Apps"] = "apps";
7 Preset["Empty"] = "empty";
8 Preset["Core"] = "core";
9 Preset["NPM"] = "npm";
10 Preset["TS"] = "ts";
11 Preset["WebComponents"] = "web-components";
12 Preset["Angular"] = "angular";
13 Preset["AngularWithNest"] = "angular-nest";
14 Preset["React"] = "react";
15 Preset["ReactWithExpress"] = "react-express";
16 Preset["ReactNative"] = "react-native";
17 Preset["Expo"] = "expo";
18 Preset["NextJs"] = "next";
19 Preset["Nest"] = "nest";
20 Preset["Express"] = "express";
21})(Preset = exports.Preset || (exports.Preset = {}));
22//# sourceMappingURL=presets.js.map
\No newline at end of file