Edit gitignore file
This commit is contained in:
4
frontend/style/node_modules/next/dist/server/lib/dev-bundler-service.d.ts
generated
vendored
4
frontend/style/node_modules/next/dist/server/lib/dev-bundler-service.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
/// <reference types="node" />
|
||||
import type { IncomingMessage } from 'http';
|
||||
import type { DevBundler } from 'next/dist/server/lib/router-utils/setup-dev-bundler';
|
||||
import type { WorkerRequestHandler } from 'next/dist/server/lib/types';
|
||||
import type { DevBundler } from './router-utils/setup-dev-bundler';
|
||||
import type { WorkerRequestHandler } from './types';
|
||||
/**
|
||||
* The DevBundlerService provides an interface to perform tasks with the
|
||||
* bundler while in development.
|
||||
|
||||
Reference in New Issue
Block a user