Skip to content

Commit 7fd5565

Browse files
committed
fixup! refactor(@angular/cli): import type improvements & mcp cleanups
1 parent bc03e4a commit 7fd5565

File tree

1 file changed

+1
-1
lines changed
  • packages/angular/cli/src/commands/mcp

1 file changed

+1
-1
lines changed

packages/angular/cli/src/commands/mcp/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Utility functions shared across MCP tools.
1212
*/
1313

14-
import { dirname, join } from 'path';
14+
import { dirname, join } from 'node:path';
1515
import { LocalWorkspaceHost } from './host';
1616

1717
/**

0 commit comments

Comments
 (0)