fix: update import path

This commit is contained in:
shenysun
2025-05-16 14:05:34 +08:00
parent 97bf01a0ac
commit e5ed10275e
7 changed files with 6 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ import { findProjectRoot } from './utils.js';
import {
isValidTaskStatus,
TASK_STATUS_OPTIONS
} from '../../src/shared/task-status.js';
} from '../../src/constants/task-status.js';
/**
* Runs the interactive setup process for model configuration.