Skip to content

Commit 79987c3

Browse files
committed
feat: enable Next.js framework and add comprehensive question set for tooling, routing, language, styling, state management, data fetching, authentication, validation, logging, and testing
1 parent baeed61 commit 79987c3

File tree

2 files changed

+485
-2
lines changed

2 files changed

+485
-2
lines changed

data/frameworks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"id": "nextjs",
1111
"label": "Next.js",
1212
"icon": "nextdotjs",
13-
"enabled": false,
13+
"enabled": true,
1414
"docs": "https://nextjs.org/docs"
1515
},
1616
{
@@ -20,4 +20,4 @@
2020
"enabled": false,
2121
"docs": "https://angular.io/docs"
2222
}
23-
]
23+
]

0 commit comments

Comments
 (0)