fix(misc): update create-nx-workspace to point to standalone app tutorials
This commit is contained in:
parent
dc1b53a2c5
commit
f663c647c2
@ -1065,9 +1065,14 @@ function pointToTutorialAndCourse(preset: Preset) {
|
||||
bodyLines: [`https://nx.dev/getting-started/nx-and-typescript`],
|
||||
});
|
||||
break;
|
||||
|
||||
case Preset.ReactMonorepo:
|
||||
case Preset.ReactStandalone:
|
||||
output.addVerticalSeparator();
|
||||
output.note({
|
||||
title,
|
||||
bodyLines: [`https://nx.dev/getting-started/react-standalone-tutorial`],
|
||||
});
|
||||
break;
|
||||
case Preset.ReactMonorepo:
|
||||
case Preset.NextJs:
|
||||
output.addVerticalSeparator();
|
||||
output.note({
|
||||
@ -1075,8 +1080,16 @@ function pointToTutorialAndCourse(preset: Preset) {
|
||||
bodyLines: [`https://nx.dev/react-tutorial/1-code-generation`],
|
||||
});
|
||||
break;
|
||||
case Preset.AngularMonorepo:
|
||||
case Preset.AngularStandalone:
|
||||
output.addVerticalSeparator();
|
||||
output.note({
|
||||
title,
|
||||
bodyLines: [
|
||||
`https://nx.dev/getting-started/angular-standalone-tutorial`,
|
||||
],
|
||||
});
|
||||
break;
|
||||
case Preset.AngularMonorepo:
|
||||
output.addVerticalSeparator();
|
||||
output.note({
|
||||
title,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user