Skip to content

Commit b942550

Browse files
aramirezjBioPhoton
andauthored
Update packages/nx-plugin/src/plugin/utils.ts
Co-authored-by: Michael Hladky <10064416+BioPhoton@users.noreply.github.com>
1 parent 3041082 commit b942550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx-plugin/src/plugin/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { CreateNodesContext, CreateNodesContextV2 } from '@nx/devkit';
22
import { readFile } from 'node:fs/promises';
33
import * as path from 'node:path';
4-
import { CP_TARGET_NAME } from './constants';
4+
import { CP_TARGET_NAME } from './constants.js';
55
import type {
66
CreateNodesOptions,
77
NormalizedCreateNodesContext,

0 commit comments

Comments
 (0)