mirror of
https://github.com/sussy-code/backend.git
synced 2026-01-11 20:10:18 +00:00
4 lines
175 B
TypeScript
4 lines
175 B
TypeScript
import { ormConf } from '@/config/orm';
|
|
import { makeOrmConfig } from '@/modules/mikro/orm';
|
|
|
|
export default makeOrmConfig(ormConf.postgres.connection, ormConf.postgres.ssl);
|