Skip to content

Commit

Permalink
chore: fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Aug 18, 2022
1 parent fe3bc59 commit ef3009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/analysis/get-page-static-info.ts
Expand Up @@ -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
Expand Down

0 comments on commit ef3009e

Please sign in to comment.