refactor(backend): add refactored runner for new backend architecture

This commit is contained in:
Haileyesus
2026-03-18 10:19:37 +03:00
parent 7df21556dd
commit bbb461f7c2
6 changed files with 65 additions and 12 deletions

6
server/src/runner.ts Normal file
View File

@@ -0,0 +1,6 @@
import { userDb } from "@/shared/database/repositories/users.js";
console.log("----------------Hello there, Refactored Runner!-------------------");
console.log("User db initialized");
console.log("First user:", userDb.getFirstUser());