Skip to content

Commit 7b14c2f

Browse files
committed
fix(create): import PackageManager as value for runtime validation
PackageManager is used as a runtime value in Object.values() for --package-manager flag validation, so it cannot be a type-only import.
1 parent 180e500 commit 7b14c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/create/bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
rewriteMonorepoProject,
1212
rewriteStandaloneProject,
1313
} from '../migration/migrator.js';
14-
import { DependencyType, type PackageManager, type WorkspaceInfo } from '../types/index.js';
14+
import { DependencyType, PackageManager, type WorkspaceInfo } from '../types/index.js';
1515
import {
1616
detectExistingAgentTargetPaths,
1717
selectAgentTargetPaths,

0 commit comments

Comments
 (0)