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