refactor: move session parsing and file watcher logic to specific folders

This commit is contained in:
Haileyesus
2026-03-25 10:52:44 +03:00
parent 3e268e201a
commit 3b7a9d35c2
13 changed files with 342 additions and 338 deletions

View File

@@ -3,7 +3,7 @@ import http from 'http';
import { userDb } from "@/shared/database/repositories/users.js";
import { initializeDatabase } from '@/shared/database/init-db.js';
import { initializeWatcher } from '@/modules/watcher/file-watcher.js';
import { initializeWatcher } from '@/modules/sessions/sessions.watcher.js';
console.log("----------------Hello there, Refactored Runner!-------------------");