We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecd378 commit d07e0d5Copy full SHA for d07e0d5
packages/build-info/src/frameworks/next.ts
@@ -8,7 +8,7 @@ export class Next extends BaseFramework implements Framework {
8
category = Category.SSG
9
npmDependencies = ['next']
10
excludedNpmDependencies = ['@nrwl/next']
11
- configFiles = ['next.config.js', 'next.config.mjs']
+ configFiles = ['next.config.js', 'next.config.mjs', 'next.config.ts']
12
13
dev = {
14
command: 'next',
0 commit comments