From ef3009ed0c26fd9860bd15c6f1f36944248ac2db Mon Sep 17 00:00:00 2001 From: feugy Date: Thu, 18 Aug 2022 09:56:15 +0200 Subject: [PATCH] chore: fix linter issue --- packages/next/build/analysis/get-page-static-info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/build/analysis/get-page-static-info.ts b/packages/next/build/analysis/get-page-static-info.ts index 80938f19e630cf3..364769ddeb34937 100644 --- a/packages/next/build/analysis/get-page-static-info.ts +++ b/packages/next/build/analysis/get-page-static-info.ts @@ -9,7 +9,7 @@ import { promises as fs } from 'fs' import { tryToParsePath } from '../../lib/try-to-parse-path' import * as Log from '../output/log' import { SERVER_RUNTIME } from '../../lib/constants' -import { ServerRuntime } from '../../types' +import { ServerRuntime } from 'next/types' export interface MiddlewareConfig { pathMatcher: RegExp // only relevant to middleware, not to edge APIs