refactor: update import path for getProjectsWithSessions to include file extension

This commit is contained in:
Haileyesus
2026-04-24 19:09:30 +03:00
parent c412aac8fb
commit b3445508e9

View File

@@ -27,7 +27,7 @@ import { promises as fsPromises } from 'fs';
import { spawn } from 'child_process';
import pty from 'node-pty';
import mime from 'mime-types';
import { getProjectsWithSessions } from '@/modules/projects';
import { getProjectsWithSessions } from '@/modules/projects/index.js';
import {
getSessionsById,