Edit gitignore file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { MiddlewareConfig, MiddlewareMatcher, RSCModuleType } from 'next/dist/build/analysis/get-page-static-info';
|
||||
import type { MiddlewareConfig, MiddlewareMatcher, RSCModuleType } from '../../analysis/get-page-static-info';
|
||||
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
export type ModuleBuildInfo = {
|
||||
nextEdgeMiddleware?: EdgeMiddlewareMeta;
|
||||
|
||||
8
frontend/style/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts
generated
vendored
8
frontend/style/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts
generated
vendored
@@ -1,8 +1,8 @@
|
||||
import type webpack from 'next/dist/compiled/webpack/webpack';
|
||||
import { type ValueOf } from 'next/dist/shared/lib/constants';
|
||||
import type { ModuleReference, CollectedMetadata } from 'next/dist/build/webpack/loaders/metadata/types';
|
||||
import type { NextConfig } from 'next/dist/server/config-shared';
|
||||
import type { PageExtensions } from 'next/dist/build/page-extensions-type';
|
||||
import { type ValueOf } from '../../../shared/lib/constants';
|
||||
import type { ModuleReference, CollectedMetadata } from './metadata/types';
|
||||
import type { NextConfig } from '../../../server/config-shared';
|
||||
import type { PageExtensions } from '../../page-extensions-type';
|
||||
export type AppLoaderOptions = {
|
||||
name: string;
|
||||
page: string;
|
||||
|
||||
Reference in New Issue
Block a user