Skip to content

Commit

Permalink
fix(build-env): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 14, 2024
1 parent 3a1ee27 commit c2ef6fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { logger } from '@nx/devkit';
import { objectToCliArgs } from '../utils/terminal';
import { executeProcess } from '../utils/execute-process';
import { uniquePort } from './unique-port';
import { getEnvironmentsRoot } from '../../shared/setup';
import { getEnvironmentsRoot } from '../utils/setup';
import { formatError, formatInfo } from '../utils/logging';

const VERDACCIO_TOKEN = 'Verdaccio: ';
Expand Down

0 comments on commit c2ef6fd

Please sign in to comment.