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

@@ -20,7 +20,7 @@ import path from 'path';
import fs from 'fs';
import { findNextTask, analyzeTaskComplexity } from './task-manager.js';
import { getProjectName, getDefaultSubtasks } from './config-manager.js';
import { TASK_STATUS_OPTIONS } from '../../src/shared/task-status.js';
import { TASK_STATUS_OPTIONS } from '../../src/constants/task-status.js';
// Create a color gradient for the banner
const coolGradient = gradient(['#00b4d8', '#0077b6', '#03045e']);