Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
4
node_modules/next/dist/client/components/react-dev-overlay/server/middleware-turbopack.d.ts
generated
vendored
Normal file
4
node_modules/next/dist/client/components/react-dev-overlay/server/middleware-turbopack.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import type { IncomingMessage, ServerResponse } from 'http';
|
||||
import type { Project } from '../../../../build/swc/types';
|
||||
export declare function getOverlayMiddleware(project: Project, projectPath: string): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;
|
||||
export declare function getSourceMapMiddleware(project: Project): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue