Edit gitignore file
This commit is contained in:
6
frontend/style/node_modules/next/dist/build/templates/app-page.d.ts
generated
vendored
6
frontend/style/node_modules/next/dist/build/templates/app-page.d.ts
generated
vendored
@@ -1,5 +1,5 @@
|
||||
import type { LoaderTree } from 'next/dist/server/lib/app-dir-module';
|
||||
import { AppPageRouteModule } from 'next/dist/server/future/route-modules/app-page/module.compiled';
|
||||
import type { LoaderTree } from '../../server/lib/app-dir-module';
|
||||
import { AppPageRouteModule } from '../../server/future/route-modules/app-page/module.compiled';
|
||||
/**
|
||||
* The tree created in next-app-loader that holds component segments and modules
|
||||
* and I've updated it.
|
||||
@@ -13,5 +13,5 @@ export declare const __next_app__: {
|
||||
require: any;
|
||||
loadChunk: any;
|
||||
};
|
||||
export * from 'next/dist/server/app-render/entry-base';
|
||||
export * from '../../server/app-render/entry-base';
|
||||
export declare const routeModule: AppPageRouteModule;
|
||||
|
||||
2
frontend/style/node_modules/next/dist/build/templates/pages.d.ts
generated
vendored
2
frontend/style/node_modules/next/dist/build/templates/pages.d.ts
generated
vendored
@@ -1,4 +1,4 @@
|
||||
import { PagesRouteModule } from 'next/dist/server/future/route-modules/pages/module.compiled';
|
||||
import { PagesRouteModule } from '../../server/future/route-modules/pages/module.compiled';
|
||||
declare const _default: any;
|
||||
export default _default;
|
||||
export declare const getStaticProps: any;
|
||||
|
||||
Reference in New Issue
Block a user