refactor: update import paths for database modules and remove legacy db.js and schema.js files

This commit is contained in:
Haileyesus
2026-04-24 15:11:25 +03:00
parent 15171e1428
commit 4bd07c3ece
18 changed files with 102 additions and 750 deletions

View File

@@ -1,6 +1,6 @@
import express from 'express';
import { deleteCodexSession } from '../projects.js';
import { sessionsDb } from '../database/db.js';
import { sessionsDb } from '../modules/database/index.js';
const router = express.Router();