mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-16 17:16:19 +00:00
refactor: move session parsing and file watcher logic to specific folders
This commit is contained in:
@@ -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!-------------------");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user