mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-31 00:55:42 +08:00
refactor(projects): reorganize project-related logic into dedicated modules
This commit is contained in:
@@ -27,9 +27,9 @@ import { promises as fsPromises } from 'fs';
|
||||
import { spawn } from 'child_process';
|
||||
import pty from 'node-pty';
|
||||
import mime from 'mime-types';
|
||||
import { getProjects } from '@/modules/projects';
|
||||
|
||||
import {
|
||||
getProjects,
|
||||
getSessionsById,
|
||||
renameProjectById,
|
||||
deleteSessionById,
|
||||
|
||||
Reference in New Issue
Block a user