fix(node): remove node option from integrated workspace preset (#14670)

This commit is contained in:
Nicholas Cunningham 2023-01-27 12:06:42 -07:00 committed by GitHub
parent a0ed060b14
commit b5871d29b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,11 +100,6 @@ const presetOptions: { name: Preset; message: string }[] = [
message:
'react-native [a monorepo with a single React Native application]',
},
{
name: Preset.NodeServer,
message:
'node [a standalone repo with a single Node Server e.g. Express]',
},
];
const nxVersion = require('../package.json').version;