My process.env file has this:
DB_NAME = hello
When I run my index.ts file which has this:
index.ts
import { MikroORM } fro