Skip to content

Commit e558834

Browse files
committed
Fix template
1 parent c9e8d50 commit e558834

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/templates.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,11 @@ export const FRAMEWORKS: Framework[] = [
4747
display: "NestJS",
4848
color: cyan,
4949
variants: [
50-
{
51-
name: "next-ts-tailwind",
52-
display: "Nextjs Typescript TailwindCSS",
53-
color: magenta,
54-
},
5550
{
5651
name: "nestjs-cli",
5752
display: "nestjs-cli ↗",
5853
color: magenta,
59-
customCommand: "npx @nestjs/cli TARGET_DIR",
54+
customCommand: "npx @nestjs/cli new TARGET_DIR",
6055
},
6156
],
6257
},
@@ -65,6 +60,11 @@ export const FRAMEWORKS: Framework[] = [
6560
display: "NestJS",
6661
color: magenta,
6762
variants: [
63+
{
64+
name: "next-ts-tailwind",
65+
display: "Nextjs Typescript TailwindCSS",
66+
color: magenta,
67+
},
6868
{
6969
name: "create-next-app",
7070
display: "create-next-app ↗",

0 commit comments

Comments
 (0)