rag-context-optimizer / frontend /node_modules /next /dist /server /lib /chrome-devtools-workspace.d.ts
| import type { ServerResponse } from 'http'; | |
| import type { NextConfigComplete } from '../config-shared'; | |
| import type { NextUrlWithParsedQuery } from '../request-meta'; | |
| export declare function isChromeDevtoolsWorkspaceUrl(url: NextUrlWithParsedQuery): boolean; | |
| export declare function handleChromeDevtoolsWorkspaceRequest(response: ServerResponse, opts: { | |
| dir: string; | |
| }, config: NextConfigComplete): Promise<void>; | |