Edit gitignore file

This commit is contained in:
ParkSuMin
2025-02-24 20:17:54 +03:00
parent 9b16274400
commit d7869378b8
349 changed files with 686 additions and 25860 deletions

View File

@@ -1,6 +1,6 @@
import type { ComponentType } from 'react';
import type { RouteLoader } from 'next/dist/client/route-loader';
import type { MiddlewareMatcher } from 'next/dist/build/analysis/get-page-static-info';
import type { RouteLoader } from './route-loader';
import type { MiddlewareMatcher } from '../build/analysis/get-page-static-info';
declare global {
interface Window {
__DEV_MIDDLEWARE_MATCHERS?: MiddlewareMatcher[];