Edit gitignore file
This commit is contained in:
4
frontend/style/node_modules/next/dist/server/web/next-url.d.ts
generated
vendored
4
frontend/style/node_modules/next/dist/server/web/next-url.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
/// <reference types="node" />
|
||||
import type { OutgoingHttpHeaders } from 'http';
|
||||
import type { DomainLocale, I18NConfig } from 'next/dist/server/config-shared';
|
||||
import type { I18NProvider } from 'next/dist/server/future/helpers/i18n-provider';
|
||||
import type { DomainLocale, I18NConfig } from '../config-shared';
|
||||
import type { I18NProvider } from '../future/helpers/i18n-provider';
|
||||
interface Options {
|
||||
base?: string | URL;
|
||||
headers?: OutgoingHttpHeaders;
|
||||
|
||||
Reference in New Issue
Block a user