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,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;

View File

@@ -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;