fix: 修复版本号和TS编译错误,npm install + tsc + vite build全部通过
This commit is contained in:
@@ -7,7 +7,7 @@ import { generateCharter, generateStakeholderRegister, ProjectData } from './cha
|
||||
import { HRManager } from './hr-manager';
|
||||
import { ExperienceManager } from './experience-manager';
|
||||
import { notifyProjectCreated, notifyMilestoneReminder, notifyRiskAlert, notifyDecisionRequired } from '../server/feishu';
|
||||
import { createDecision, DECISION_TEMPLATES } from './decision-cards';
|
||||
import { createDecision, DECISION_TEMPLATES, getPendingDecisions } from './decision-cards';
|
||||
import { getChecklistByPhase, getPhaseCompletion, ChecklistItem } from './checklists';
|
||||
|
||||
export interface FlowResult {
|
||||
|
||||
Reference in New Issue
Block a user