Skip to content

Commit

Permalink
fix(node): remove node option from integrated workspace preset (#14670)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham committed Jan 27, 2023
1 parent a0ed060 commit b5871d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/create-nx-workspace/bin/create-nx-workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b5871d2

Please sign in to comment.