@nrwl/workspace
Version:
19 lines (18 loc) • 477 B
TypeScript
export declare enum Preset {
Apps = "apps",
Empty = "empty",
Core = "core",
NPM = "npm",
TS = "ts",
WebComponents = "web-components",
AngularMonorepo = "angular-monorepo",
AngularStandalone = "angular-standalone",
ReactMonorepo = "react-monorepo",
ReactStandalone = "react-standalone",
ReactNative = "react-native",
Expo = "expo",
NextJs = "next",
Nest = "nest",
Express = "express",
NodeServer = "node-server"
}