import { initPromise } from "./src/db/dataSource"; async function run() { await initPromise; console.log("Hello world"); } run(); export {};