We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a743d3 commit 7c9f873Copy full SHA for 7c9f873
packages/create-nx-workspace/src/utils/nx/ab-testing.ts
@@ -8,7 +8,7 @@ import {
8
} from 'node:fs';
9
import { join } from 'node:path';
10
import { tmpdir } from 'node:os';
11
-import chalk from 'chalk';
+import * as chalk from 'chalk';
12
import { isCI } from '../ci/is-ci';
13
import type { BannerVariant, CompletionMessageKey } from './messages';
14
0 commit comments