fix(node): remove node option from integrated workspace preset (#14670)
This commit is contained in:
parent
a0ed060b14
commit
b5871d29b1
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user