Edit gitignore file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { RouteMatcher } from 'next/dist/server/future/route-matchers/route-matcher';
|
||||
import type { RouteMatcher } from '../route-matchers/route-matcher';
|
||||
export interface RouteMatcherProvider<M extends RouteMatcher = RouteMatcher> {
|
||||
matchers(): Promise<ReadonlyArray<M>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user